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

  /external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandleClient.h 57 virtual void didFinishOpeningHandshake(WebSocketHandle*, const WebSocketHandshakeResponseInfo&) = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.h 135 virtual void didFinishOpeningHandshake(WebSocketHandle*, const WebSocketHandshakeResponseInfo&) OVERRIDE;
NewWebSocketChannelImpl.cpp 433 void NewWebSocketChannelImpl::didFinishOpeningHandshake(WebSocketHandle* handle, const WebSocketHandshakeResponseInfo& response)
435 WTF_LOG(Network, "NewWebSocketChannelImpl %p didFinishOpeningHandshake(%p)", this, handle);
  /external/chromium_org/content/child/
websocket_bridge.cc 71 DidFinishOpeningHandshake)
118 void WebSocketBridge::DidFinishOpeningHandshake(
120 DVLOG(1) << "WebSocketBridge::DidFinishOpeningHandshake("
132 client_->didFinishOpeningHandshake(this, response_to_pass);

Completed in 245 milliseconds