Home
last modified time | relevance | path

Searched refs:IsConnectedAndIdle (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium/net/socket/
Dtransport_client_socket_unittest.cc207 EXPECT_FALSE(sock_->IsConnectedAndIdle()); in TEST_P()
215 EXPECT_TRUE(sock_->IsConnectedAndIdle()); in TEST_P()
227 EXPECT_FALSE(sock_->IsConnectedAndIdle()); in TEST_P()
236 EXPECT_TRUE(sock_->IsConnectedAndIdle()); in TEST_P()
247 EXPECT_FALSE(sock_->IsConnectedAndIdle()); in TEST_P()
256 EXPECT_FALSE(sock_->IsConnectedAndIdle()); in TEST_P()
Dclient_socket.h59 virtual bool IsConnectedAndIdle() const = 0;
Dtcp_client_socket_win.h47 virtual bool IsConnectedAndIdle() const;
Dsocks_client_socket.h60 virtual bool IsConnectedAndIdle() const;
Dsocks5_client_socket.h63 virtual bool IsConnectedAndIdle() const;
Dsocks_client_socket.cc141 bool SOCKSClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKSClientSocket
142 return completed_handshake_ && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()
Dtcp_client_socket_libevent.h53 virtual bool IsConnectedAndIdle() const;
Dssl_client_socket_mac.h56 virtual bool IsConnectedAndIdle() const;
Dssl_client_socket_win.h61 virtual bool IsConnectedAndIdle() const;
Dsocks_client_socket_unittest.cc382 EXPECT_FALSE(user_sock_->IsConnectedAndIdle()); in TEST_F()
393 EXPECT_FALSE(user_sock_->IsConnectedAndIdle()); in TEST_F()
Dssl_client_socket_openssl.h70 virtual bool IsConnectedAndIdle() const;
Dsocks5_client_socket.cc114 bool SOCKS5ClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SOCKS5ClientSocket
115 return completed_handshake_ && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()
Dssl_client_socket_nss.h75 virtual bool IsConnectedAndIdle() const;
Dsocket_test_util.h581 virtual bool IsConnectedAndIdle() const;
624 virtual bool IsConnectedAndIdle() const;
677 virtual bool IsConnectedAndIdle() const;
Dclient_socket_pool_base.cc382 if (!it->socket->IsConnectedAndIdle()) { in AssignIdleSocketToGroup()
588 return !socket->IsConnectedAndIdle(); in ShouldCleanup()
690 const bool can_reuse = socket->IsConnectedAndIdle() && in ReleaseSocket()
Dtransport_client_socket_pool_unittest.cc65 virtual bool IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::__anon9230ecd40111::MockClientSocket
121 virtual bool IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::__anon9230ecd40111::MockFailingClientSocket
189 virtual bool IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::__anon9230ecd40111::MockPendingClientSocket
Dsocket_test_util.cc642 bool MockClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockClientSocket
785 bool MockTCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::MockTCPClientSocket
981 bool DeterministicMockTCPClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::DeterministicMockTCPClientSocket
Dssl_server_socket_unittest.cc142 virtual bool IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::__anon6f129d780111::FakeSocket
Dssl_client_socket_mac.cc613 bool SSLClientSocketMac::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLClientSocketMac
622 return completed_handshake() && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()
Dssl_client_socket_openssl.cc1066 bool SSLClientSocketOpenSSL::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLClientSocketOpenSSL
1067 bool ret = completed_handshake_ && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()
Dssl_client_socket_win.cc690 bool SSLClientSocketWin::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SSLClientSocketWin
699 return completed_handshake() && transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()
/external/chromium/net/http/
Dhttp_proxy_client_socket.cc136 bool HttpProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::HttpProxyClientSocket
138 transport_->socket()->IsConnectedAndIdle(); in IsConnectedAndIdle()
242 if (keep_alive && transport_->socket()->IsConnectedAndIdle()) { in DidDrainBodyForAuthRestart()
Dhttp_proxy_client_socket.h81 virtual bool IsConnectedAndIdle() const;
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.h79 virtual bool IsConnectedAndIdle() const;
Dspdy_proxy_client_socket.cc126 bool SpdyProxyClientSocket::IsConnectedAndIdle() const { in IsConnectedAndIdle() function in net::SpdyProxyClientSocket

12