| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 NaClSrpcRpc* rpc, | 200 NaClSrpcRpc* rpc, |
| 201 NaClSrpcClosure* done, | 201 NaClSrpcClosure* done, |
| 202 PP_Instance instance, | 202 PP_Instance instance, |
| 203 nacl_abi_size_t page_ranges_bytes, char* page_ranges, | 203 nacl_abi_size_t page_ranges_bytes, char* page_ranges, |
| 204 int32_t page_range_count, | 204 int32_t page_range_count, |
| 205 PP_Resource* image_data); | 205 PP_Resource* image_data); |
| 206 static void PPP_Printing_End( | 206 static void PPP_Printing_End( |
| 207 NaClSrpcRpc* rpc, | 207 NaClSrpcRpc* rpc, |
| 208 NaClSrpcClosure* done, | 208 NaClSrpcClosure* done, |
| 209 PP_Instance instance); | 209 PP_Instance instance); |
| 210 static void PPP_Printing_IsScalingDisabled( |
| 211 NaClSrpcRpc* rpc, |
| 212 NaClSrpcClosure* done, |
| 213 PP_Instance instance, |
| 214 int32_t* result); |
| 210 | 215 |
| 211 private: | 216 private: |
| 212 PppPrintingRpcServer(); | 217 PppPrintingRpcServer(); |
| 213 PppPrintingRpcServer(const PppPrintingRpcServer&); | 218 PppPrintingRpcServer(const PppPrintingRpcServer&); |
| 214 void operator=(const PppPrintingRpcServer); | 219 void operator=(const PppPrintingRpcServer); |
| 215 }; // class PppPrintingRpcServer | 220 }; // class PppPrintingRpcServer |
| 216 | 221 |
| 217 class PppScrollbarRpcServer { | 222 class PppScrollbarRpcServer { |
| 218 public: | 223 public: |
| 219 static void PPP_Scrollbar_ValueChanged( | 224 static void PPP_Scrollbar_ValueChanged( |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 }; // class PppZoomRpcServer | 286 }; // class PppZoomRpcServer |
| 282 | 287 |
| 283 class PppRpcs { | 288 class PppRpcs { |
| 284 public: | 289 public: |
| 285 static NaClSrpcHandlerDesc srpc_methods[]; | 290 static NaClSrpcHandlerDesc srpc_methods[]; |
| 286 }; // class PppRpcs | 291 }; // class PppRpcs |
| 287 | 292 |
| 288 | 293 |
| 289 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ | 294 #endif // GEN_PPAPI_PROXY_PPP_RPC_H_ |
| 290 | 295 |
| OLD | NEW |