HomeSort by relevance Sort by last modified time
    Searched refs:StartClosingHandshake (Results 1 - 6 of 6) sorted by null

  /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();
  /external/chromium_org/net/websockets/
websocket_channel.h 89 void StartClosingHandshake(uint16 code, const std::string& reason);
websocket_channel_test.cc     [all...]
websocket_channel.cc 225 void WebSocketChannel::StartClosingHandshake(uint16 code,
228 VLOG(1) << "StartClosingHandshake called in state " << state_
233 NOTREACHED() << "StartClosingHandshake() called in state " << state_;
  /external/chromium_org/content/browser/renderer_host/
websocket_host.cc 219 channel_->StartClosingHandshake(code, reason);

Completed in 1225 milliseconds