OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1236 NaClSrpcChannel* channel, | 1236 NaClSrpcChannel* channel, |
1237 PP_Resource ws, | 1237 PP_Resource ws, |
1238 int32_t code, | 1238 int32_t code, |
1239 nacl_abi_size_t reason_bytes, char* reason, | 1239 nacl_abi_size_t reason_bytes, char* reason, |
1240 int32_t callback_id, | 1240 int32_t callback_id, |
1241 int32_t* pp_error); | 1241 int32_t* pp_error); |
1242 static NaClSrpcError PPB_WebSocket_ReceiveMessage( | 1242 static NaClSrpcError PPB_WebSocket_ReceiveMessage( |
1243 NaClSrpcChannel* channel, | 1243 NaClSrpcChannel* channel, |
1244 PP_Resource ws, | 1244 PP_Resource ws, |
1245 int32_t callback_id, | 1245 int32_t callback_id, |
1246 int32_t* pp_error); | 1246 int32_t* pp_error, |
| 1247 nacl_abi_size_t* sync_read_buffer_bytes, char* sync_read_buffer); |
1247 static NaClSrpcError PPB_WebSocket_SendMessage( | 1248 static NaClSrpcError PPB_WebSocket_SendMessage( |
1248 NaClSrpcChannel* channel, | 1249 NaClSrpcChannel* channel, |
1249 PP_Resource ws, | 1250 PP_Resource ws, |
1250 nacl_abi_size_t message_bytes, char* message, | 1251 nacl_abi_size_t message_bytes, char* message, |
1251 int32_t* pp_error); | 1252 int32_t* pp_error); |
1252 static NaClSrpcError PPB_WebSocket_GetBufferedAmount( | 1253 static NaClSrpcError PPB_WebSocket_GetBufferedAmount( |
1253 NaClSrpcChannel* channel, | 1254 NaClSrpcChannel* channel, |
1254 PP_Resource ws, | 1255 PP_Resource ws, |
1255 int64_t* buffered_amount); | 1256 int64_t* buffered_amount); |
1256 static NaClSrpcError PPB_WebSocket_GetCloseCode( | 1257 static NaClSrpcError PPB_WebSocket_GetCloseCode( |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1337 PpbZoomRpcClient(); | 1338 PpbZoomRpcClient(); |
1338 PpbZoomRpcClient(const PpbZoomRpcClient&); | 1339 PpbZoomRpcClient(const PpbZoomRpcClient&); |
1339 void operator=(const PpbZoomRpcClient); | 1340 void operator=(const PpbZoomRpcClient); |
1340 }; // class PpbZoomRpcClient | 1341 }; // class PpbZoomRpcClient |
1341 | 1342 |
1342 | 1343 |
1343 | 1344 |
1344 | 1345 |
1345 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ | 1346 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ |
1346 | 1347 |
OLD | NEW |