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

  /external/chromium/net/http/
http_proxy_client_socket.cc 132 bool HttpProxyClientSocket::IsConnected() const {
133 return next_state_ == STATE_DONE && transport_->socket()->IsConnected();
  /external/chromium/net/socket/
socks5_client_socket.cc 110 bool SOCKS5ClientSocket::IsConnected() const {
111 return completed_handshake_ && transport_->socket()->IsConnected();
socks_client_socket.cc 137 bool SOCKSClientSocket::IsConnected() const {
138 return completed_handshake_ && transport_->socket()->IsConnected();
ssl_server_socket_unittest.cc 138 virtual bool IsConnected() const {
tcp_client_socket_libevent.cc 345 bool TCPClientSocketLibevent::IsConnected() const {
675 if (!IsConnected())
684 if (!IsConnected())
ssl_client_socket_mac.cc 603 bool SSLClientSocketMac::IsConnected() const {
610 return completed_handshake() && transport_->socket()->IsConnected();
614 // Unlike IsConnected, this method doesn't return a false positive.
    [all...]
ssl_client_socket_win.cc 680 bool SSLClientSocketWin::IsConnected() const {
687 return completed_handshake() && transport_->socket()->IsConnected();
691 // Unlike IsConnected, this method doesn't return a false positive.
    [all...]
tcp_client_socket_win.cc 439 bool TCPClientSocketWin::IsConnected() const {
477 if (!IsConnected())
486 if (!IsConnected())
transport_client_socket_pool_unittest.cc 62 virtual bool IsConnected() const {
118 virtual bool IsConnected() const {
186 virtual bool IsConnected() const {
    [all...]
socket_test_util.cc 638 bool MockClientSocket::IsConnected() const {
781 bool MockTCPClientSocket::IsConnected() const {
786 return IsConnected();
790 if (!IsConnected())
977 bool DeterministicMockTCPClientSocket::IsConnected() const {
982 return IsConnected();
    [all...]
client_socket_pool_base_unittest.cc 72 virtual bool IsConnected() const { return connected_; }
    [all...]
ssl_client_socket_nss.cc 694 bool SSLClientSocketNSS::IsConnected() const {
702 bool ret = completed_handshake_ && transport_->socket()->IsConnected();
708 // Unlike IsConnected, this method doesn't return a false positive.
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 122 bool SpdyProxyClientSocket::IsConnected() const {
127 return IsConnected() && !spdy_stream_->is_idle();
253 if (!IsConnected())
259 if (!IsConnected())
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.h 81 int (*IsConnected)(struct S_AudioFilePlayer *afp);

Completed in 1433 milliseconds