HomeSort by relevance Sort by last modified time
    Searched refs:IsConnectedAndIdle (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/chromium_org/net/socket/
transport_client_socket_pool_unittest.cc 105 virtual bool IsConnectedAndIdle() const OVERRIDE {
173 virtual bool IsConnectedAndIdle() const OVERRIDE {
254 virtual bool IsConnectedAndIdle() const OVERRIDE {
    [all...]
socket_test_util.cc 723 bool MockClientSocket::IsConnectedAndIdle() const {
898 bool MockTCPClientSocket::IsConnectedAndIdle() const {
    [all...]
ssl_server_socket_unittest.cc 202 virtual bool IsConnectedAndIdle() const OVERRIDE {
tcp_client_socket_libevent.cc 414 bool TCPClientSocketLibevent::IsConnectedAndIdle() const {
ssl_client_socket_openssl.cc     [all...]
tcp_client_socket_win.cc 624 bool TCPClientSocketWin::IsConnectedAndIdle() const {
    [all...]
ssl_client_socket_nss.cc     [all...]
ssl_client_socket_unittest.cc 60 virtual bool IsConnectedAndIdle() const OVERRIDE {
61 return transport_->IsConnectedAndIdle();
801 // TODO(wtc): Add unit tests for IsConnectedAndIdle:
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 126 bool SpdyProxyClientSocket::IsConnectedAndIdle() const {
  /external/chromium_org/jingle/glue/
fake_ssl_client_socket_unittest.cc 58 MOCK_CONST_METHOD0(IsConnectedAndIdle, bool());
pseudotcp_adapter.cc 520 bool PseudoTcpAdapter::IsConnectedAndIdle() const {
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.cc 155 bool SpdyProxyClientSocket::IsConnectedAndIdle() const {
  /external/chromium_org/remoting/protocol/
channel_multiplexer.cc 139 virtual bool IsConnectedAndIdle() const OVERRIDE {
fake_session.cc 162 bool FakeSocket::IsConnectedAndIdle() const {
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 613 bool SSLClientSocketMac::IsConnectedAndIdle() const {
620 // transport_->socket()->IsConnectedAndIdle() returns the desired false
622 return completed_handshake() && transport_->socket()->IsConnectedAndIdle();
    [all...]
ssl_client_socket_openssl.cc     [all...]
ssl_client_socket_win.cc 690 bool SSLClientSocketWin::IsConnectedAndIdle() const {
697 // transport_->socket()->IsConnectedAndIdle() returns the desired false
699 return completed_handshake() && transport_->socket()->IsConnectedAndIdle();
    [all...]
tcp_client_socket_libevent.cc 362 bool TCPClientSocketLibevent::IsConnectedAndIdle() const {
tcp_client_socket_win.cc 456 bool TCPClientSocketWin::IsConnectedAndIdle() const {
ssl_client_socket_nss.cc 707 bool SSLClientSocketNSS::IsConnectedAndIdle() const {
714 // transport_->socket()->IsConnectedAndIdle() returns the desired false
717 bool ret = completed_handshake_ && transport_->socket()->IsConnectedAndIdle();
    [all...]
  /external/chromium_org/net/socket_stream/
socket_stream.cc     [all...]
  /external/chromium/net/http/
http_stream_parser.cc 704 return connection_->socket() && connection_->socket()->IsConnectedAndIdle();
http_stream_factory_impl_job.cc 696 if (result == OK && !connection_->socket()->IsConnectedAndIdle()) {
    [all...]
  /external/chromium_org/net/http/
http_stream_parser.cc 905 return connection_->socket() && connection_->socket()->IsConnectedAndIdle();
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 821 if (socket_->IsConnectedAndIdle()) {
    [all...]

Completed in 214 milliseconds

1 23 4