| 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_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 Loading... |
| 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 |
| OLD | NEW |