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

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

Issue 8920005: Add TestingInstance::EvalScript method which posts a message that the test page can eval(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 static NaClSrpcError PPB_Testing_RunMessageLoop( 883 static NaClSrpcError PPB_Testing_RunMessageLoop(
884 NaClSrpcChannel* channel, 884 NaClSrpcChannel* channel,
885 PP_Instance instance); 885 PP_Instance instance);
886 static NaClSrpcError PPB_Testing_QuitMessageLoop( 886 static NaClSrpcError PPB_Testing_QuitMessageLoop(
887 NaClSrpcChannel* channel, 887 NaClSrpcChannel* channel,
888 PP_Instance instance); 888 PP_Instance instance);
889 static NaClSrpcError PPB_Testing_GetLiveObjectsForInstance( 889 static NaClSrpcError PPB_Testing_GetLiveObjectsForInstance(
890 NaClSrpcChannel* channel, 890 NaClSrpcChannel* channel,
891 PP_Instance instance, 891 PP_Instance instance,
892 int32_t* live_object_count); 892 int32_t* live_object_count);
893 static NaClSrpcError PPB_Testing_SimulateInputEvent(
894 NaClSrpcChannel* channel,
895 PP_Instance instance,
896 PP_Resource input_event);
897 static NaClSrpcError PPB_Testing_ExecuteScript(
898 NaClSrpcChannel* channel,
899 PP_Instance instance,
900 nacl_abi_size_t script_bytes, char* script,
901 nacl_abi_size_t* result_bytes, char* result,
902 nacl_abi_size_t* exception_bytes, char* exception);
893 903
894 private: 904 private:
895 PpbTestingRpcClient(); 905 PpbTestingRpcClient();
896 PpbTestingRpcClient(const PpbTestingRpcClient&); 906 PpbTestingRpcClient(const PpbTestingRpcClient&);
897 void operator=(const PpbTestingRpcClient); 907 void operator=(const PpbTestingRpcClient);
898 }; // class PpbTestingRpcClient 908 }; // class PpbTestingRpcClient
899 909
900 class PpbUDPSocketPrivateRpcClient { 910 class PpbUDPSocketPrivateRpcClient {
901 public: 911 public:
902 static NaClSrpcError PPB_UDPSocket_Private_Create( 912 static NaClSrpcError PPB_UDPSocket_Private_Create(
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 PpbZoomRpcClient(); 1119 PpbZoomRpcClient();
1110 PpbZoomRpcClient(const PpbZoomRpcClient&); 1120 PpbZoomRpcClient(const PpbZoomRpcClient&);
1111 void operator=(const PpbZoomRpcClient); 1121 void operator=(const PpbZoomRpcClient);
1112 }; // class PpbZoomRpcClient 1122 }; // class PpbZoomRpcClient
1113 1123
1114 1124
1115 1125
1116 1126
1117 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1127 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1118 1128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698