Searched refs:didClose (Results 1 - 25 of 36) sorted by relevance

12

/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannelClient.h44 virtual void didClose(unsigned long /* unhandledBufferedAmount */) { } function in class:WebCore::WebSocketChannelClient
H A DThreadableWebSocketChannelClientWrapper.h105 void didClose(unsigned long unhandledBufferedAmount) function in class:WebCore::ThreadableWebSocketChannelClientWrapper
155 m_client->didClose(m_bufferedAmount);
H A DWebSocket.h97 virtual void didClose(unsigned long unhandledBufferedAmount);
H A DWebSocketChannel.h61 virtual void disconnect(); // Will suppress didClose().
67 virtual void didClose(SocketStreamHandle*);
H A DWebSocketChannel.cpp122 m_handle->close(); // will call didClose()
164 void WebSocketChannel::didClose(SocketStreamHandle* handle) function in class:WebCore::WebSocketChannel
166 LOG(Network, "WebSocketChannel %p didClose", this);
180 client->didClose(m_unhandledBufferedAmount);
398 didClose(m_handle.get());
H A DWebSocket.cpp180 // didClose notification may be already queued, which we will inadvertently process while waiting for bufferedAmount() to return.
181 // In this case m_channel will be set to null during didClose() call, thus we need to test validness of m_channel here.
249 didClose(0);
277 void WebSocket::didClose(unsigned long unhandledBufferedAmount) function in class:WebCore::WebSocket
279 LOG(Network, "WebSocket %p didClose", this);
H A DWorkerThreadableWebSocketChannel.h67 virtual void disconnect(); // Will suppress didClose().
100 virtual void didClose(unsigned long unhandledBufferedAmount);
/external/webkit/Source/WebKit/chromium/public/
H A DWebSocketStreamHandleClient.h56 virtual void didClose(WebSocketStreamHandle*) = 0;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebInspectorFrontendClient.cpp72 m_page->inspector()->didClose();
77 m_page->inspector()->didClose();
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleClient.h47 virtual void didClose(SocketStreamHandle*) { } function in class:WebCore::SocketStreamHandleClient
/external/webkit/Source/WebKit/chromium/src/
H A DSocketStreamHandle.cpp66 virtual void didClose(WebSocketStreamHandle*);
162 void SocketStreamHandleInternal::didClose(WebSocketStreamHandle* socketHandle) function in class:WebCore::SocketStreamHandleInternal
164 LOG(Network, "didClose");
171 h->m_client->didClose(h);
184 h->m_client->didClose(h); // didFail(h, err);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebInspector.h75 void didClose();
H A DWebInspector.cpp84 void WebInspector::didClose() function in class:WebKit::WebInspector
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginProcess.h72 virtual void didClose(CoreIPC::Connection*);
H A DWebProcessConnection.h62 virtual void didClose(CoreIPC::Connection*);
H A DPluginProcess.cpp116 void PluginProcess::didClose(CoreIPC::Connection*) function in class:WebKit::PluginProcess
H A DWebProcessConnection.cpp136 void WebProcessConnection::didClose(CoreIPC::Connection*) function in class:WebKit::WebProcessConnection
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProcessConnection.h67 virtual void didClose(CoreIPC::Connection*);
H A DPluginProcessConnection.cpp124 void PluginProcessConnection::didClose(CoreIPC::Connection*) function in class:WebKit::PluginProcessConnection
/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamHandleBrew.cpp169 streamHandle->client()->didClose(streamHandle);
180 streamHandle->client()->didClose(streamHandle);
/external/webkit/Source/WebCore/platform/network/qt/
H A DSocketStreamHandleQt.cpp135 streamHandle->client()->didClose(streamHandle);
146 streamHandle->client()->didClose(streamHandle);
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginProcessProxy.h85 virtual void didClose(CoreIPC::Connection*);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebInspectorProxy.cpp191 void WebInspectorProxy::didClose() function in class:WebKit::WebInspectorProxy
H A DWebInspectorProxy.h114 void didClose();
/external/chromium/webkit/glue/
H A Dwebsocketstreamhandle_impl.cc134 client->didClose(handle);

Completed in 1053 milliseconds

12