/external/webkit/Source/WebKit/chromium/src/ |
D | SocketStreamHandle.cpp | 66 virtual void didClose(WebSocketStreamHandle*); 162 void SocketStreamHandleInternal::didClose(WebSocketStreamHandle* socketHandle) in didClose() function in WebCore::SocketStreamHandleInternal 171 h->m_client->didClose(h); in didClose() 184 h->m_client->didClose(h); // didFail(h, err); in didFail()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebInspectorFrontendClient.cpp | 72 m_page->inspector()->didClose(); in closeWindow() 77 m_page->inspector()->didClose(); in disconnectFromBackend()
|
/external/webkit/Source/WebCore/websockets/ |
D | ThreadableWebSocketChannelClientWrapper.h | 105 void didClose(unsigned long unhandledBufferedAmount) in didClose() function 155 m_client->didClose(m_bufferedAmount); in processPendingEvents()
|
D | WebSocketChannelClient.h | 44 virtual void didClose(unsigned long /* unhandledBufferedAmount */) { } in didClose() function
|
D | WebSocketChannel.cpp | 164 void WebSocketChannel::didClose(SocketStreamHandle* handle) in didClose() function in WebCore::WebSocketChannel 180 client->didClose(m_unhandledBufferedAmount); in didClose() 398 didClose(m_handle.get()); in resumeTimerFired()
|
D | WebSocket.cpp | 249 didClose(0); in didConnect() 277 void WebSocket::didClose(unsigned long unhandledBufferedAmount) in didClose() function in WebCore::WebSocket
|
D | WebSocket.h | 97 virtual void didClose(unsigned long unhandledBufferedAmount);
|
D | WebSocketChannel.h | 67 virtual void didClose(SocketStreamHandle*);
|
D | WorkerThreadableWebSocketChannel.cpp | 226 workerClientWrapper->didClose(unhandledBufferedAmount); in workerContextDidClose() 229 void WorkerThreadableWebSocketChannel::Peer::didClose(unsigned long unhandledBufferedAmount) in didClose() function in WebCore::WorkerThreadableWebSocketChannel::Peer
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | SocketStreamHandleQt.cpp | 135 streamHandle->client()->didClose(streamHandle); in socketClosedCallback() 146 streamHandle->client()->didClose(streamHandle); in socketErrorCallback()
|
/external/webkit/Source/WebCore/platform/network/brew/ |
D | SocketStreamHandleBrew.cpp | 169 streamHandle->client()->didClose(streamHandle); in socketClosed() 180 streamHandle->client()->didClose(streamHandle); in socketError()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebSocketStreamHandleClient.h | 56 virtual void didClose(WebSocketStreamHandle*) = 0;
|
/external/webkit/Source/WebCore/platform/network/ |
D | SocketStreamHandleClient.h | 47 virtual void didClose(SocketStreamHandle*) { } in didClose() function
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebInspector.h | 75 void didClose();
|
D | WebInspector.cpp | 84 void WebInspector::didClose() in didClose() function in WebKit::WebInspector
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginProcess.h | 72 virtual void didClose(CoreIPC::Connection*);
|
D | WebProcessConnection.h | 62 virtual void didClose(CoreIPC::Connection*);
|
D | PluginProcess.cpp | 116 void PluginProcess::didClose(CoreIPC::Connection*) in didClose() function in WebKit::PluginProcess
|
D | WebProcessConnection.cpp | 136 void WebProcessConnection::didClose(CoreIPC::Connection*) in didClose() function in WebKit::WebProcessConnection
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | PluginProcessConnection.h | 67 virtual void didClose(CoreIPC::Connection*);
|
D | PluginProcessConnection.cpp | 124 void PluginProcessConnection::didClose(CoreIPC::Connection*) in didClose() function in WebKit::PluginProcessConnection
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebInspectorProxy.h | 114 void didClose();
|
D | WebInspectorProxy.cpp | 191 void WebInspectorProxy::didClose() in didClose() function in WebKit::WebInspectorProxy
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
D | PluginProcessProxy.h | 85 virtual void didClose(CoreIPC::Connection*);
|
/external/chromium/webkit/glue/ |
D | websocketstreamhandle_impl.cc | 134 client->didClose(handle); in DidClose()
|