OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartClosingHandshake
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/websockets/
websocket_channel.h
84
void
StartClosingHandshake
(uint16 code, const std::string& reason);
websocket_channel_test.cc
[
all
...]
websocket_channel.cc
190
void WebSocketChannel::
StartClosingHandshake
(uint16 code,
193
VLOG(1) << "
StartClosingHandshake
called in state " << state_
198
NOTREACHED() << "
StartClosingHandshake
() called in state " << state_;
/external/chromium/net/websockets/
websocket.cc
123
NewRunnableMethod(this, &WebSocket::
StartClosingHandshake
));
345
NewRunnableMethod(this, &WebSocket::
StartClosingHandshake
));
422
void WebSocket::
StartClosingHandshake
() {
websocket.h
182
void
StartClosingHandshake
();
Completed in 226 milliseconds