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/modules/websockets/ |
D | ThreadableWebSocketChannelClientWrapper.cpp | 81 void ThreadableWebSocketChannelClientWrapper::didClose(WebSocketChannelClient::ClosingHandshakeComp… in didClose() function in WebCore::ThreadableWebSocketChannelClientWrapper
|
D | WebSocketChannelClient.h | 53 …virtual void didClose(ClosingHandshakeCompletionStatus, unsigned short /* code */, const String& /… in didClose() function
|
D | NewWebSocketChannelImpl.cpp | 491 void NewWebSocketChannelImpl::didClose(WebSocketHandle* handle, bool wasClean, unsigned short code,… in didClose() function in WebCore::NewWebSocketChannelImpl
|
D | WebSocket.cpp | 675 void WebSocket::didClose(ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned shor… in didClose() function in WebCore::WebSocket
|
D | WebSocketTest.cpp | 285 TEST_F(WebSocketTest, didClose) in TEST_F() argument
|
D | WorkerThreadableWebSocketChannel.cpp | 389 void WorkerThreadableWebSocketChannel::Peer::didClose(ClosingHandshakeCompletionStatus closingHands… in didClose() function in WebCore::WorkerThreadableWebSocketChannel::Peer
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebSocketImpl.cpp | 200 void WebSocketImpl::didClose(ClosingHandshakeCompletionStatus status, unsigned short code, const St… in didClose() function in blink::WebSocketImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | SocketStreamHandle.cpp | 139 void SocketStreamHandleInternal::didClose(blink::WebSocketStreamHandle* socketHandle) in didClose() function in WebCore::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
|