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

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

Issue 8840007: GetDocumentURL is added to PPB_Testing_Dev. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed codereview issues. 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
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_GetDocumentURL(
1025 NaClSrpcRpc* rpc,
1026 NaClSrpcClosure* done,
1027 PP_Instance instance,
1028 nacl_abi_size_t* components_bytes, char* components,
1029 nacl_abi_size_t* url_bytes, char* url);
1024 1030
1025 private: 1031 private:
1026 PpbTestingRpcServer(); 1032 PpbTestingRpcServer();
1027 PpbTestingRpcServer(const PpbTestingRpcServer&); 1033 PpbTestingRpcServer(const PpbTestingRpcServer&);
1028 void operator=(const PpbTestingRpcServer); 1034 void operator=(const PpbTestingRpcServer);
1029 }; // class PpbTestingRpcServer 1035 }; // class PpbTestingRpcServer
1030 1036
1031 class PpbUDPSocketPrivateRpcServer { 1037 class PpbUDPSocketPrivateRpcServer {
1032 public: 1038 public:
1033 static void PPB_UDPSocket_Private_Create( 1039 static void PPB_UDPSocket_Private_Create(
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 }; // class PpbZoomRpcServer 1281 }; // class PpbZoomRpcServer
1276 1282
1277 class PpbRpcs { 1283 class PpbRpcs {
1278 public: 1284 public:
1279 static NaClSrpcHandlerDesc srpc_methods[]; 1285 static NaClSrpcHandlerDesc srpc_methods[];
1280 }; // class PpbRpcs 1286 }; // class PpbRpcs
1281 1287
1282 1288
1283 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1289 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1284 1290
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698