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

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandleClient.h 47 virtual void didCloseSocketStream(SocketStreamHandle*) { }
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
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 78 milliseconds