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

  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandleClient.h 51 virtual void didFailSocketStream(SocketStreamHandle*, const SocketStreamError&) { }
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
MainThreadWebSocketChannel.cpp 331 void MainThreadWebSocketChannel::didFailSocketStream(SocketStreamHandle* handle, const SocketStreamError& error)
333 LOG(Network, "MainThreadWebSocketChannel %p didFailSocketStream()", this);
    [all...]

Completed in 99 milliseconds