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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/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 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 PP_Instance instance); 1014 PP_Instance instance);
1015 static void PPB_Testing_QuitMessageLoop( 1015 static void PPB_Testing_QuitMessageLoop(
1016 NaClSrpcRpc* rpc, 1016 NaClSrpcRpc* rpc,
1017 NaClSrpcClosure* done, 1017 NaClSrpcClosure* done,
1018 PP_Instance instance); 1018 PP_Instance instance);
1019 static void PPB_Testing_GetLiveObjectsForInstance( 1019 static void PPB_Testing_GetLiveObjectsForInstance(
1020 NaClSrpcRpc* rpc, 1020 NaClSrpcRpc* rpc,
1021 NaClSrpcClosure* done, 1021 NaClSrpcClosure* done,
1022 PP_Instance instance, 1022 PP_Instance instance,
1023 int32_t* live_object_count); 1023 int32_t* live_object_count);
1024 static void PPB_Testing_SimulateInputEvent(
1025 NaClSrpcRpc* rpc,
1026 NaClSrpcClosure* done,
1027 PP_Instance instance,
1028 PP_Resource input_event);
1024 static void PPB_Testing_GetDocumentURL( 1029 static void PPB_Testing_GetDocumentURL(
1025 NaClSrpcRpc* rpc, 1030 NaClSrpcRpc* rpc,
1026 NaClSrpcClosure* done, 1031 NaClSrpcClosure* done,
1027 PP_Instance instance, 1032 PP_Instance instance,
1028 nacl_abi_size_t* components_bytes, char* components, 1033 nacl_abi_size_t* components_bytes, char* components,
1029 nacl_abi_size_t* url_bytes, char* url); 1034 nacl_abi_size_t* url_bytes, char* url);
1030 1035
1031 private: 1036 private:
1032 PpbTestingRpcServer(); 1037 PpbTestingRpcServer();
1033 PpbTestingRpcServer(const PpbTestingRpcServer&); 1038 PpbTestingRpcServer(const PpbTestingRpcServer&);
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 }; // class PpbZoomRpcServer 1286 }; // class PpbZoomRpcServer
1282 1287
1283 class PpbRpcs { 1288 class PpbRpcs {
1284 public: 1289 public:
1285 static NaClSrpcHandlerDesc srpc_methods[]; 1290 static NaClSrpcHandlerDesc srpc_methods[];
1286 }; // class PpbRpcs 1291 }; // class PpbRpcs
1287 1292
1288 1293
1289 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1294 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1290 1295
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698