Home
last modified time | relevance | path

Searched defs:didClose (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebSocketClient.h55 …virtual void didClose(ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reas… in didClose() function
60 …virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, uns… in didClose() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebSocketChannelClientProxy.h54 …virtual void didClose(ClosingHandshakeCompletionStatus status, unsigned short code, const String& … in didClose() function
DWebSocketImpl.cpp202 void WebSocketImpl::didClose(WebSocketChannelClient::ClosingHandshakeCompletionStatus status, unsig… in didClose() function in blink::WebSocketImpl
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketChannelClient.h54 …virtual void didClose(ClosingHandshakeCompletionStatus, unsigned short /* code */, const String& /… in didClose() function
DNewWebSocketChannelImpl.cpp505 void NewWebSocketChannelImpl::didClose(WebSocketHandle* handle, bool wasClean, unsigned short code,… in didClose() function in blink::NewWebSocketChannelImpl
DDOMWebSocket.cpp661 void DOMWebSocket::didClose(ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned s… in didClose() function in blink::DOMWebSocket
DWorkerThreadableWebSocketChannel.cpp349 void Peer::didClose(ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short cod… in didClose() function in blink::Peer
DDOMWebSocketTest.cpp286 TEST_F(DOMWebSocketTest, didClose) in TEST_F() argument
/external/chromium_org/third_party/WebKit/Source/platform/network/
DSocketStreamHandle.cpp141 void SocketStreamHandleInternal::didClose(blink::WebSocketStreamHandle* socketHandle) in didClose() function in blink::SocketStreamHandleInternal
/external/chromium_org/content/renderer/pepper/
Dpepper_websocket_host.cc164 void PepperWebSocketHost::didClose(unsigned long unhandled_buffered_amount, in didClose() function in content::PepperWebSocketHost