Searched defs:didClose (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebSocketClient.h | 55 …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/ |
D | WebSocketChannelClientProxy.h | 54 …virtual void didClose(ClosingHandshakeCompletionStatus status, unsigned short code, const String& … in didClose() function
|
D | WebSocketImpl.cpp | 202 void WebSocketImpl::didClose(WebSocketChannelClient::ClosingHandshakeCompletionStatus status, unsig… in didClose() function in blink::WebSocketImpl
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketChannelClient.h | 54 …virtual void didClose(ClosingHandshakeCompletionStatus, unsigned short /* code */, const String& /… in didClose() function
|
D | NewWebSocketChannelImpl.cpp | 505 void NewWebSocketChannelImpl::didClose(WebSocketHandle* handle, bool wasClean, unsigned short code,… in didClose() function in blink::NewWebSocketChannelImpl
|
D | DOMWebSocket.cpp | 661 void DOMWebSocket::didClose(ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned s… in didClose() function in blink::DOMWebSocket
|
D | WorkerThreadableWebSocketChannel.cpp | 349 void Peer::didClose(ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short cod… in didClose() function in blink::Peer
|
D | DOMWebSocketTest.cpp | 286 TEST_F(DOMWebSocketTest, didClose) in TEST_F() argument
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | SocketStreamHandle.cpp | 141 void SocketStreamHandleInternal::didClose(blink::WebSocketStreamHandle* socketHandle) in didClose() function in blink::SocketStreamHandleInternal
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_websocket_host.cc | 164 void PepperWebSocketHost::didClose(unsigned long unhandled_buffered_amount, in didClose() function in content::PepperWebSocketHost
|