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 134 virtual void didFinishOpeningHandshake(blink::WebSocketHandle*, const blink::WebSocketHandshakeResponseInfo&) OVERRIDE;
NewWebSocketChannelImpl.cpp 373 void NewWebSocketChannelImpl::didFinishOpeningHandshake(WebSocketHandle* handle, const blink::WebSocketHandshakeResponseInfo& response)
375 WTF_LOG(Network, "NewWebSocketChannelImpl %p didFinishOpeningHandshake(%p)", this, handle);
  /external/chromium_org/content/child/
websocket_bridge.cc 66 DidFinishOpeningHandshake)
110 void WebSocketBridge::DidFinishOpeningHandshake(
112 DVLOG(1) << "WebSocketBridge::DidFinishOpeningHandshake("
123 client_->didFinishOpeningHandshake(this, response_to_pass);

Completed in 2699 milliseconds