Searched refs:didStartClosingHandshake (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketChannelClient.h49 virtual void didStartClosingHandshake() { } function in class:blink::WebSocketChannelClient
H A DDOMWebSocket.h122 virtual void didStartClosingHandshake() OVERRIDE;
H A DNewWebSocketChannelImpl.h140 virtual void didStartClosingHandshake(WebSocketHandle*) OVERRIDE;
H A DWorkerThreadableWebSocketChannel.h113 virtual void didStartClosingHandshake() OVERRIDE;
H A DWorkerThreadableWebSocketChannel.cpp333 bridge->client()->didStartClosingHandshake();
336 void Peer::didStartClosingHandshake() function in class:blink::Peer
H A DNewWebSocketChannelImpl.cpp530 void NewWebSocketChannelImpl::didStartClosingHandshake(WebSocketHandle* handle) function in class:blink::NewWebSocketChannelImpl
532 WTF_LOG(Network, "NewWebSocketChannelImpl %p didStartClosingHandshake(%p)", this, handle);
534 m_client->didStartClosingHandshake();
H A DNewWebSocketChannelImplTest.cpp63 MOCK_METHOD0(didStartClosingHandshake, void());
670 EXPECT_CALL(*channelClient(), didStartClosingHandshake());
680 handleClient()->didStartClosingHandshake(handle());
H A DDOMWebSocket.cpp655 void DOMWebSocket::didStartClosingHandshake() function in class:blink::DOMWebSocket
657 WTF_LOG(Network, "WebSocket %p didStartClosingHandshake()", this);
H A DMainThreadWebSocketChannel.cpp515 m_client->didStartClosingHandshake();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSocketClient.h54 virtual void didStartClosingHandshake() { } function in class:blink::WebSocketClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSocketChannelClientProxy.h50 virtual void didStartClosingHandshake() OVERRIDE
52 m_impl->didStartClosingHandshake();
H A DWebSocketImpl.h75 void didStartClosingHandshake();
H A DWebSocketImpl.cpp197 void WebSocketImpl::didStartClosingHandshake() function in class:blink::WebSocketImpl
199 m_client->didStartClosingHandshake();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSocketHandleClient.h78 virtual void didStartClosingHandshake(WebSocketHandle*) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_websocket_host.h47 virtual void didStartClosingHandshake();
H A Dpepper_websocket_host.cc155 void PepperWebSocketHost::didStartClosingHandshake() { function in class:content::PepperWebSocketHost
/external/chromium_org/content/child/
H A Dwebsocket_bridge.cc206 client_->didStartClosingHandshake(this);

Completed in 566 milliseconds