HomeSort by relevance Sort by last modified time
    Searched defs:didStartClosingHandshake (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannelClient.h 49 virtual void didStartClosingHandshake() { }
NewWebSocketChannelImpl.cpp 530 void NewWebSocketChannelImpl::didStartClosingHandshake(WebSocketHandle* handle)
532 WTF_LOG(Network, "NewWebSocketChannelImpl %p didStartClosingHandshake(%p)", this, handle);
534 m_client->didStartClosingHandshake();
WorkerThreadableWebSocketChannel.cpp 333 bridge->client()->didStartClosingHandshake();
336 void Peer::didStartClosingHandshake()
DOMWebSocket.cpp 655 void DOMWebSocket::didStartClosingHandshake()
657 WTF_LOG(Network, "WebSocket %p didStartClosingHandshake()", this);
  /external/chromium_org/third_party/WebKit/public/web/
WebSocketClient.h 54 virtual void didStartClosingHandshake() { }
  /external/chromium_org/third_party/WebKit/Source/web/
WebSocketImpl.cpp 197 void WebSocketImpl::didStartClosingHandshake()
199 m_client->didStartClosingHandshake();
  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.cc 155 void PepperWebSocketHost::didStartClosingHandshake() {

Completed in 269 milliseconds