HomeSort by relevance Sort by last modified time
    Searched defs:didClose (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/websockets/
WebSocketChannelClient.h 43 virtual void didClose(unsigned long /* unhandledBufferedAmount */) { }
ThreadableWebSocketChannelClientWrapper.h 102 void didClose(unsigned long unhandledBufferedAmount)
105 m_client->didClose(unhandledBufferedAmount);
WebSocket.cpp 231 didClose(0);
248 void WebSocket::didClose(unsigned long unhandledBufferedAmount)
250 LOG(Network, "WebSocket %p didClose", this);
WebSocketChannel.cpp 99 m_handle->close(); // will call didClose()
121 void WebSocketChannel::didClose(SocketStreamHandle* handle)
123 LOG(Network, "WebSocketChannel %p didClose", this);
131 client->didClose(unhandledBufferedAmount);
WorkerThreadableWebSocketChannel.cpp 196 workerClientWrapper->didClose(unhandledBufferedAmount);
199 void WorkerThreadableWebSocketChannel::Peer::didClose(unsigned long unhandledBufferedAmount)
  /external/webkit/WebCore/platform/network/
SocketStreamHandleClient.h 47 virtual void didClose(SocketStreamHandle*) { }
  /external/webkit/WebKit/chromium/src/
SocketStreamHandle.cpp 66 virtual void didClose(WebSocketStreamHandle*);
162 void SocketStreamHandleInternal::didClose(WebSocketStreamHandle* socketHandle)
164 LOG(Network, "didClose");
171 h->m_client->didClose(h);
184 h->m_client->didClose(h); // didFail(h, err);
  /external/webkit/WebKit/win/
WebView.h 815 bool didClose() const { return m_didClose; }
    [all...]

Completed in 100 milliseconds