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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/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: 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 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_GetDocumentURL(
894 NaClSrpcChannel* channel,
895 PP_Instance instance,
896 nacl_abi_size_t* components_bytes, char* components,
897 nacl_abi_size_t* url_bytes, char* url);
893 898
894 private: 899 private:
895 PpbTestingRpcClient(); 900 PpbTestingRpcClient();
896 PpbTestingRpcClient(const PpbTestingRpcClient&); 901 PpbTestingRpcClient(const PpbTestingRpcClient&);
897 void operator=(const PpbTestingRpcClient); 902 void operator=(const PpbTestingRpcClient);
898 }; // class PpbTestingRpcClient 903 }; // class PpbTestingRpcClient
899 904
900 class PpbUDPSocketPrivateRpcClient { 905 class PpbUDPSocketPrivateRpcClient {
901 public: 906 public:
902 static NaClSrpcError PPB_UDPSocket_Private_Create( 907 static NaClSrpcError PPB_UDPSocket_Private_Create(
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 PpbZoomRpcClient(); 1114 PpbZoomRpcClient();
1110 PpbZoomRpcClient(const PpbZoomRpcClient&); 1115 PpbZoomRpcClient(const PpbZoomRpcClient&);
1111 void operator=(const PpbZoomRpcClient); 1116 void operator=(const PpbZoomRpcClient);
1112 }; // class PpbZoomRpcClient 1117 }; // class PpbZoomRpcClient
1113 1118
1114 1119
1115 1120
1116 1121
1117 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1122 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1118 1123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698