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

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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 static NaClSrpcError PPB_Testing_RunMessageLoop( 881 static NaClSrpcError PPB_Testing_RunMessageLoop(
882 NaClSrpcChannel* channel, 882 NaClSrpcChannel* channel,
883 PP_Instance instance); 883 PP_Instance instance);
884 static NaClSrpcError PPB_Testing_QuitMessageLoop( 884 static NaClSrpcError PPB_Testing_QuitMessageLoop(
885 NaClSrpcChannel* channel, 885 NaClSrpcChannel* channel,
886 PP_Instance instance); 886 PP_Instance instance);
887 static NaClSrpcError PPB_Testing_GetLiveObjectsForInstance( 887 static NaClSrpcError PPB_Testing_GetLiveObjectsForInstance(
888 NaClSrpcChannel* channel, 888 NaClSrpcChannel* channel,
889 PP_Instance instance, 889 PP_Instance instance,
890 int32_t* live_object_count); 890 int32_t* live_object_count);
891 static NaClSrpcError PPB_Testing_SimulateInputEvent(
892 NaClSrpcChannel* channel,
893 PP_Instance instance,
894 PP_Resource input_event);
891 static NaClSrpcError PPB_Testing_GetDocumentURL( 895 static NaClSrpcError PPB_Testing_GetDocumentURL(
892 NaClSrpcChannel* channel, 896 NaClSrpcChannel* channel,
893 PP_Instance instance, 897 PP_Instance instance,
894 nacl_abi_size_t* components_bytes, char* components, 898 nacl_abi_size_t* components_bytes, char* components,
895 nacl_abi_size_t* url_bytes, char* url); 899 nacl_abi_size_t* url_bytes, char* url);
896 900
897 private: 901 private:
898 PpbTestingRpcClient(); 902 PpbTestingRpcClient();
899 PpbTestingRpcClient(const PpbTestingRpcClient&); 903 PpbTestingRpcClient(const PpbTestingRpcClient&);
900 void operator=(const PpbTestingRpcClient); 904 void operator=(const PpbTestingRpcClient);
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 PpbZoomRpcClient(); 1116 PpbZoomRpcClient();
1113 PpbZoomRpcClient(const PpbZoomRpcClient&); 1117 PpbZoomRpcClient(const PpbZoomRpcClient&);
1114 void operator=(const PpbZoomRpcClient); 1118 void operator=(const PpbZoomRpcClient);
1115 }; // class PpbZoomRpcClient 1119 }; // class PpbZoomRpcClient
1116 1120
1117 1121
1118 1122
1119 1123
1120 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1124 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1121 1125
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698