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

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

Issue 7395005: Proxy PPB_Input_Event, PPP_Input_Event, and associated IFs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: copyright headers Created 9 years, 5 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) 2011 The Native Client Authors. All rights reserved. 1 // Copyright (c) 2011 The Native Client 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 NaClSrpcImcDescType* shm, 456 NaClSrpcImcDescType* shm,
457 int32_t* shm_size, 457 int32_t* shm_size,
458 int32_t* success); 458 int32_t* success);
459 459
460 private: 460 private:
461 PpbImageDataRpcClient(); 461 PpbImageDataRpcClient();
462 PpbImageDataRpcClient(const PpbImageDataRpcClient&); 462 PpbImageDataRpcClient(const PpbImageDataRpcClient&);
463 void operator=(const PpbImageDataRpcClient); 463 void operator=(const PpbImageDataRpcClient);
464 }; // class PpbImageDataRpcClient 464 }; // class PpbImageDataRpcClient
465 465
466 class PpbInputEventRpcClient {
467 public:
468 static NaClSrpcError PPB_InputEvent_RequestInputEvents(
469 NaClSrpcChannel* channel,
470 PP_Instance instance,
471 int32_t event_classes,
472 int32_t filtered,
473 int32_t* success);
474 static NaClSrpcError PPB_InputEvent_ClearInputEventRequest(
475 NaClSrpcChannel* channel,
476 PP_Instance instance,
477 int32_t event_classes);
478
479 private:
480 PpbInputEventRpcClient();
481 PpbInputEventRpcClient(const PpbInputEventRpcClient&);
482 void operator=(const PpbInputEventRpcClient);
483 }; // class PpbInputEventRpcClient
484
466 class PpbInstanceRpcClient { 485 class PpbInstanceRpcClient {
467 public: 486 public:
468 static NaClSrpcError PPB_Instance_BindGraphics( 487 static NaClSrpcError PPB_Instance_BindGraphics(
469 NaClSrpcChannel* channel, 488 NaClSrpcChannel* channel,
470 PP_Instance instance, 489 PP_Instance instance,
471 PP_Resource graphics_device, 490 PP_Resource graphics_device,
472 int32_t* success); 491 int32_t* success);
473 static NaClSrpcError PPB_Instance_IsFullFrame( 492 static NaClSrpcError PPB_Instance_IsFullFrame(
474 NaClSrpcChannel* channel, 493 NaClSrpcChannel* channel,
475 PP_Instance instance, 494 PP_Instance instance,
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 private: 809 private:
791 PpbZoomRpcClient(); 810 PpbZoomRpcClient();
792 PpbZoomRpcClient(const PpbZoomRpcClient&); 811 PpbZoomRpcClient(const PpbZoomRpcClient&);
793 void operator=(const PpbZoomRpcClient); 812 void operator=(const PpbZoomRpcClient);
794 }; // class PpbZoomRpcClient 813 }; // class PpbZoomRpcClient
795 814
796 815
797 816
798 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 817 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
799 818
OLDNEW
« no previous file with comments | « src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h ('k') | src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698