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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 nacl_abi_size_t argv_bytes, char* argv, | 129 nacl_abi_size_t argv_bytes, char* argv, |
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 PP_Resource resource, |
140 nacl_abi_size_t clip_bytes, int32_t* clip, | 140 nacl_abi_size_t view_data_bytes, char* view_data); |
141 int32_t is_fullscreen); | |
142 static void PPP_Instance_DidChangeFocus( | 141 static void PPP_Instance_DidChangeFocus( |
143 NaClSrpcRpc* rpc, | 142 NaClSrpcRpc* rpc, |
144 NaClSrpcClosure* done, | 143 NaClSrpcClosure* done, |
145 PP_Instance instance, | 144 PP_Instance instance, |
146 bool has_focus); | 145 bool has_focus); |
147 static void PPP_Instance_HandleDocumentLoad( | 146 static void PPP_Instance_HandleDocumentLoad( |
148 NaClSrpcRpc* rpc, | 147 NaClSrpcRpc* rpc, |
149 NaClSrpcClosure* done, | 148 NaClSrpcClosure* done, |
150 PP_Instance instance, | 149 PP_Instance instance, |
151 PP_Resource url_loader, | 150 PP_Resource url_loader, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 }; // class PppZoomRpcServer | 286 }; // class PppZoomRpcServer |
288 | 287 |
289 class PppRpcs { | 288 class PppRpcs { |
290 public: | 289 public: |
291 static NaClSrpcHandlerDesc srpc_methods[]; | 290 static NaClSrpcHandlerDesc srpc_methods[]; |
292 }; // class PppRpcs | 291 }; // class PppRpcs |
293 | 292 |
294 | 293 |
295 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 294 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
296 | 295 |
OLD | NEW |