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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 56 ERROR_WINSOCK, //!< Winsock error
  /external/chromium_org/jingle/glue/
chrome_async_socket_unittest.cc 584 ChromeAsyncSocket::ERROR_WINSOCK, net::ERR_TIMED_OUT));
685 ChromeAsyncSocket::ERROR_WINSOCK, net::ERR_TIMED_OUT));
739 ChromeAsyncSocket::ERROR_WINSOCK, net::ERR_TIMED_OUT));
823 ChromeAsyncSocket::ERROR_WINSOCK, net::ERR_TIMED_OUT));
834 ChromeAsyncSocket::ERROR_WINSOCK,
839 ChromeAsyncSocket::ERROR_WINSOCK,
852 ChromeAsyncSocket::ERROR_WINSOCK,
857 ChromeAsyncSocket::ERROR_WINSOCK,
929 ChromeAsyncSocket::ERROR_WINSOCK,
    [all...]
chrome_async_socket.cc 70 DCHECK_NE(error, ERROR_WINSOCK);
76 error_ = ERROR_WINSOCK;

Completed in 356 milliseconds