Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 9353013: Add GetUsbKeyCode dev interface for Pepper key events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add GetUsbScanCode_Dev to Pepper/NaCl interface Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 // 6 //
7 // Automatically generated code. See srpcgen.py 7 // Automatically generated code. See srpcgen.py
8 // 8 //
9 // NaCl Simple Remote Procedure Call interface abstractions. 9 // NaCl Simple Remote Procedure Call interface abstractions.
10 10
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 double wheel_ticks_y, 645 double wheel_ticks_y,
646 int32_t scroll_by_page, 646 int32_t scroll_by_page,
647 PP_Resource* resource_id); 647 PP_Resource* resource_id);
648 static NaClSrpcError PPB_InputEvent_CreateKeyboardInputEvent( 648 static NaClSrpcError PPB_InputEvent_CreateKeyboardInputEvent(
649 NaClSrpcChannel* channel, 649 NaClSrpcChannel* channel,
650 PP_Instance instance, 650 PP_Instance instance,
651 int32_t type, 651 int32_t type,
652 double time_stamp, 652 double time_stamp,
653 int32_t modifiers, 653 int32_t modifiers,
654 int32_t key_code, 654 int32_t key_code,
655 int32_t usb_scan_code,
655 nacl_abi_size_t character_text_bytes, char* character_text, 656 nacl_abi_size_t character_text_bytes, char* character_text,
656 PP_Resource* resource_id); 657 PP_Resource* resource_id);
657 658
658 private: 659 private:
659 PpbInputEventRpcClient(); 660 PpbInputEventRpcClient();
660 PpbInputEventRpcClient(const PpbInputEventRpcClient&); 661 PpbInputEventRpcClient(const PpbInputEventRpcClient&);
661 void operator=(const PpbInputEventRpcClient); 662 void operator=(const PpbInputEventRpcClient);
662 }; // class PpbInputEventRpcClient 663 }; // class PpbInputEventRpcClient
663 664
664 class PpbInstanceRpcClient { 665 class PpbInstanceRpcClient {
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 PpbZoomRpcClient(); 1239 PpbZoomRpcClient();
1239 PpbZoomRpcClient(const PpbZoomRpcClient&); 1240 PpbZoomRpcClient(const PpbZoomRpcClient&);
1240 void operator=(const PpbZoomRpcClient); 1241 void operator=(const PpbZoomRpcClient);
1241 }; // class PpbZoomRpcClient 1242 }; // class PpbZoomRpcClient
1242 1243
1243 1244
1244 1245
1245 1246
1246 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1247 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1247 1248
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698