HomeSort by relevance Sort by last modified time
    Searched refs:didCloseSocketStream (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandleClient.h 47 virtual void didCloseSocketStream(SocketStreamHandle*) { }
SocketStreamHandle.cpp 151 h->m_client->didCloseSocketStream(h);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.h 93 virtual void didCloseSocketStream(SocketStreamHandle*) OVERRIDE;
MainThreadWebSocketChannel.cpp 223 m_handle->disconnect(); // Will call didCloseSocketStream().
272 void MainThreadWebSocketChannel::didCloseSocketStream(SocketStreamHandle* handle)
274 LOG(Network, "MainThreadWebSocketChannel %p didCloseSocketStream()", this);
469 didCloseSocketStream(m_handle.get());
    [all...]

Completed in 72 milliseconds