Home
last modified time | relevance | path

Searched refs:WasEverUsed (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.cc64 was_ever_used_ = spdy_stream_->WasEverUsed(); in SpdyProxyClientSocket()
173 bool SpdyProxyClientSocket::WasEverUsed() const { in WasEverUsed() function in net::SpdyProxyClientSocket
174 return was_ever_used_ || (spdy_stream_.get() && spdy_stream_->WasEverUsed()); in WasEverUsed()
505 was_ever_used_ = spdy_stream_->WasEverUsed(); in OnClose()
Dspdy_proxy_client_socket.h76 virtual bool WasEverUsed() const OVERRIDE;
Dspdy_stream.h279 bool WasEverUsed() const;
/external/chromium_org/net/socket/
Dstream_socket.h76 virtual bool WasEverUsed() const = 0;
Dtransport_client_socket_pool_test_util.cc66 virtual bool WasEverUsed() const OVERRIDE { return false; } in WasEverUsed() function in net::__anonda2346cc0111::MockConnectClientSocket
126 virtual bool WasEverUsed() const OVERRIDE { return false; } in WasEverUsed() function in net::__anonda2346cc0111::MockFailingClientSocket
241 virtual bool WasEverUsed() const OVERRIDE { return false; } in WasEverUsed() function in net::__anonda2346cc0111::MockTriggerableClientSocket
Dunix_domain_client_socket_posix.h53 virtual bool WasEverUsed() const OVERRIDE;
Dtcp_client_socket.h50 virtual bool WasEverUsed() const OVERRIDE;
Dsocks5_client_socket.h53 virtual bool WasEverUsed() const OVERRIDE;
Dsocks_client_socket.h50 virtual bool WasEverUsed() const OVERRIDE;
Dssl_server_socket_nss.h62 virtual bool WasEverUsed() const OVERRIDE;
Dunix_domain_client_socket_posix.cc120 bool UnixDomainClientSocket::WasEverUsed() const { in WasEverUsed() function in net::UnixDomainClientSocket
Dssl_server_socket_openssl.h64 virtual bool WasEverUsed() const OVERRIDE;
Dssl_client_socket_nss.h97 virtual bool WasEverUsed() const OVERRIDE;
Dwebsocket_endpoint_lock_manager_unittest.cc48 virtual bool WasEverUsed() const OVERRIDE { return false; } in WasEverUsed() function in net::__anon0de623ac0111::FakeStreamSocket
/external/chromium_org/jingle/glue/
Dpseudotcp_adapter.h50 virtual bool WasEverUsed() const OVERRIDE;
Dfake_ssl_client_socket.cc327 bool FakeSSLClientSocket::WasEverUsed() const { in WasEverUsed() function in jingle_glue::FakeSSLClientSocket
328 return transport_socket_->WasEverUsed(); in WasEverUsed()
Dfake_ssl_client_socket.h63 virtual bool WasEverUsed() const OVERRIDE;
Dproxy_resolving_client_socket.h66 virtual bool WasEverUsed() const OVERRIDE;
Dproxy_resolving_client_socket.cc384 bool ProxyResolvingClientSocket::WasEverUsed() const { in WasEverUsed() function in jingle_glue::ProxyResolvingClientSocket
386 return transport_->socket()->WasEverUsed(); in WasEverUsed()
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_socket.h52 virtual bool WasEverUsed() const OVERRIDE;
/external/chromium_org/net/http/
Dhttp_proxy_client_socket.h74 virtual bool WasEverUsed() const OVERRIDE;
Dhttp_proxy_client_socket.cc176 bool HttpProxyClientSocket::WasEverUsed() const { in WasEverUsed() function in net::HttpProxyClientSocket
178 return transport_->socket()->WasEverUsed(); in WasEverUsed()
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_test_utils.h59 virtual bool WasEverUsed() const OVERRIDE;
Dsocket_host_test_utils.cc155 bool FakeSocket::WasEverUsed() const { in WasEverUsed() function in FakeSocket
/external/chromium_org/remoting/protocol/
Dfake_stream_socket.h86 virtual bool WasEverUsed() const OVERRIDE;

12