HomeSort by relevance Sort by last modified time
    Searched refs:didClose (Results 26 - 36 of 36) sorted by null

12

  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 173 virtual void didClose(CoreIPC::Connection*);
WebProcess.cpp 640 void WebProcess::didClose(CoreIPC::Connection*)
  /external/webkit/Source/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp 226 workerClientWrapper->didClose(unhandledBufferedAmount);
229 void WorkerThreadableWebSocketChannel::Peer::didClose(unsigned long unhandledBufferedAmount)
409 // Caller of this function should hold a reference to the bridge, because this function may call WebSocket::didClose() in the end,
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp 196 m_client->didClose(this);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginProcessProxy.cpp 158 void PluginProcessProxy::didClose(CoreIPC::Connection*)
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.h 131 virtual void didClose(CoreIPC::Connection*);
WebProcessProxy.cpp 284 void WebProcessProxy::didClose(CoreIPC::Connection*)
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 94 virtual void didClose(Connection*) = 0;
Connection.cpp 544 // the client before calling didClose here. Otherwise, sendSync will try to send a message to the connection and
549 client->didClose(this);
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 658 m_client->didClose(this);
  /external/webkit/Source/WebKit/win/
WebView.h 859 bool didClose() const { return m_didClose; }
    [all...]

Completed in 919 milliseconds

12