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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 int32_t scroll_by_page, 739 int32_t scroll_by_page,
740 PP_Resource* resource_id); 740 PP_Resource* resource_id);
741 static void PPB_InputEvent_CreateKeyboardInputEvent( 741 static void PPB_InputEvent_CreateKeyboardInputEvent(
742 NaClSrpcRpc* rpc, 742 NaClSrpcRpc* rpc,
743 NaClSrpcClosure* done, 743 NaClSrpcClosure* done,
744 PP_Instance instance, 744 PP_Instance instance,
745 int32_t type, 745 int32_t type,
746 double time_stamp, 746 double time_stamp,
747 int32_t modifiers, 747 int32_t modifiers,
748 int32_t key_code, 748 int32_t key_code,
749 int32_t usb_scan_code,
749 nacl_abi_size_t character_text_bytes, char* character_text, 750 nacl_abi_size_t character_text_bytes, char* character_text,
750 PP_Resource* resource_id); 751 PP_Resource* resource_id);
751 752
752 private: 753 private:
753 PpbInputEventRpcServer(); 754 PpbInputEventRpcServer();
754 PpbInputEventRpcServer(const PpbInputEventRpcServer&); 755 PpbInputEventRpcServer(const PpbInputEventRpcServer&);
755 void operator=(const PpbInputEventRpcServer); 756 void operator=(const PpbInputEventRpcServer);
756 }; // class PpbInputEventRpcServer 757 }; // class PpbInputEventRpcServer
757 758
758 class PpbInstanceRpcServer { 759 class PpbInstanceRpcServer {
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 }; // class PpbZoomRpcServer 1429 }; // class PpbZoomRpcServer
1429 1430
1430 class PpbRpcs { 1431 class PpbRpcs {
1431 public: 1432 public:
1432 static NaClSrpcHandlerDesc srpc_methods[]; 1433 static NaClSrpcHandlerDesc srpc_methods[];
1433 }; // class PpbRpcs 1434 }; // class PpbRpcs
1434 1435
1435 1436
1436 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1437 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1437 1438
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698