| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 int32_t* success); | 130 int32_t* success); |
| 131 static void PPP_Instance_DidDestroy( | 131 static void PPP_Instance_DidDestroy( |
| 132 NaClSrpcRpc* rpc, | 132 NaClSrpcRpc* rpc, |
| 133 NaClSrpcClosure* done, | 133 NaClSrpcClosure* done, |
| 134 PP_Instance instance); | 134 PP_Instance instance); |
| 135 static void PPP_Instance_DidChangeView( | 135 static void PPP_Instance_DidChangeView( |
| 136 NaClSrpcRpc* rpc, | 136 NaClSrpcRpc* rpc, |
| 137 NaClSrpcClosure* done, | 137 NaClSrpcClosure* done, |
| 138 PP_Instance instance, | 138 PP_Instance instance, |
| 139 nacl_abi_size_t position_bytes, int32_t* position, | 139 nacl_abi_size_t position_bytes, int32_t* position, |
| 140 nacl_abi_size_t clip_bytes, int32_t* clip); | 140 nacl_abi_size_t clip_bytes, int32_t* clip, |
| 141 int32_t is_fullscreen); |
| 141 static void PPP_Instance_DidChangeFocus( | 142 static void PPP_Instance_DidChangeFocus( |
| 142 NaClSrpcRpc* rpc, | 143 NaClSrpcRpc* rpc, |
| 143 NaClSrpcClosure* done, | 144 NaClSrpcClosure* done, |
| 144 PP_Instance instance, | 145 PP_Instance instance, |
| 145 bool has_focus); | 146 bool has_focus); |
| 146 static void PPP_Instance_HandleDocumentLoad( | 147 static void PPP_Instance_HandleDocumentLoad( |
| 147 NaClSrpcRpc* rpc, | 148 NaClSrpcRpc* rpc, |
| 148 NaClSrpcClosure* done, | 149 NaClSrpcClosure* done, |
| 149 PP_Instance instance, | 150 PP_Instance instance, |
| 150 PP_Resource url_loader, | 151 PP_Resource url_loader, |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 }; // class PppZoomRpcServer | 287 }; // class PppZoomRpcServer |
| 287 | 288 |
| 288 class PppRpcs { | 289 class PppRpcs { |
| 289 public: | 290 public: |
| 290 static NaClSrpcHandlerDesc srpc_methods[]; | 291 static NaClSrpcHandlerDesc srpc_methods[]; |
| 291 }; // class PppRpcs | 292 }; // class PppRpcs |
| 292 | 293 |
| 293 | 294 |
| 294 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 295 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
| 295 | 296 |
| OLD | NEW |