OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriteFrames
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/websockets/
websocket_deflate_stream.cc
69
int WebSocketDeflateStream::
WriteFrames
(ScopedVector<WebSocketFrame>* frames,
76
return stream_->
WriteFrames
(frames, callback);
websocket_basic_stream.cc
135
int WebSocketBasicStream::
WriteFrames
(ScopedVector<WebSocketFrame>* frames,
websocket_channel.cc
89
// The frames_ that will be sent in the next call to
WriteFrames
().
323
ChannelState WebSocketChannel::
WriteFrames
() {
328
result = stream_->
WriteFrames
(
351
return
WriteFrames
();
375
<< "
WriteFrames
() should only return OK or ERR_ codes";
611
return
WriteFrames
();
Completed in 145 milliseconds