Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1031)

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 9802027: WebSocket Pepper API: synchronous completion support (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase again Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | ppapi/tests/test_websocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698