OLD | NEW |
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 Loading... |
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_GetDocumentURL( |
| 892 NaClSrpcChannel* channel, |
| 893 PP_Instance instance, |
| 894 nacl_abi_size_t* components_bytes, char* components, |
| 895 nacl_abi_size_t* url_bytes, char* url); |
891 | 896 |
892 private: | 897 private: |
893 PpbTestingRpcClient(); | 898 PpbTestingRpcClient(); |
894 PpbTestingRpcClient(const PpbTestingRpcClient&); | 899 PpbTestingRpcClient(const PpbTestingRpcClient&); |
895 void operator=(const PpbTestingRpcClient); | 900 void operator=(const PpbTestingRpcClient); |
896 }; // class PpbTestingRpcClient | 901 }; // class PpbTestingRpcClient |
897 | 902 |
898 class PpbUDPSocketPrivateRpcClient { | 903 class PpbUDPSocketPrivateRpcClient { |
899 public: | 904 public: |
900 static NaClSrpcError PPB_UDPSocket_Private_Create( | 905 static NaClSrpcError PPB_UDPSocket_Private_Create( |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 PpbZoomRpcClient(); | 1112 PpbZoomRpcClient(); |
1108 PpbZoomRpcClient(const PpbZoomRpcClient&); | 1113 PpbZoomRpcClient(const PpbZoomRpcClient&); |
1109 void operator=(const PpbZoomRpcClient); | 1114 void operator=(const PpbZoomRpcClient); |
1110 }; // class PpbZoomRpcClient | 1115 }; // class PpbZoomRpcClient |
1111 | 1116 |
1112 | 1117 |
1113 | 1118 |
1114 | 1119 |
1115 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1120 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
1116 | 1121 |
OLD | NEW |