Searched defs:WasEverUsed (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/net/socket/
H A Dunix_domain_client_socket_posix.cc120 bool UnixDomainClientSocket::WasEverUsed() const { function in class:net::UnixDomainClientSocket
H A Dsocks5_client_socket.cc113 bool SOCKS5ClientSocket::WasEverUsed() const { function in class:net::SOCKS5ClientSocket
H A Dtcp_client_socket.cc220 bool TCPClientSocket::WasEverUsed() const { function in class:net::TCPClientSocket
H A Dsocks_client_socket.cc141 bool SOCKSClientSocket::WasEverUsed() const { function in class:net::SOCKSClientSocket
H A Dssl_client_socket_openssl.cc575 bool SSLClientSocketOpenSSL::WasEverUsed() const { function in class:net::SSLClientSocketOpenSSL
H A Dssl_server_socket_nss.cc287 bool SSLServerSocketNSS::WasEverUsed() const { function in class:net::SSLServerSocketNSS
288 return transport_socket_->WasEverUsed();
H A Dssl_server_socket_openssl.cc226 bool SSLServerSocketOpenSSL::WasEverUsed() const { function in class:net::SSLServerSocketOpenSSL
227 return transport_socket_->WasEverUsed();
H A Dsocket_test_util.cc950 bool MockTCPClientSocket::WasEverUsed() const { function in class:net::MockTCPClientSocket
1299 bool DeterministicMockTCPClientSocket::WasEverUsed() const { function in class:net::DeterministicMockTCPClientSocket
1377 bool MockSSLClientSocket::WasEverUsed() const { function in class:net::MockSSLClientSocket
1378 return transport_->socket()->WasEverUsed();
H A Dssl_client_socket_nss.cc625 bool WasEverUsed() const;
1205 bool SSLClientSocketNSS::Core::WasEverUsed() const { function in class:net::SSLClientSocketNSS::Core
2995 bool SSLClientSocketNSS::WasEverUsed() const { function in class:net::SSLClientSocketNSS
2998 return core_->WasEverUsed();
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_socket.cc209 bool AndroidUsbSocket::WasEverUsed() const { function in class:AndroidUsbSocket
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_test_utils.cc155 bool FakeSocket::WasEverUsed() const { function in class:FakeSocket
/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket.cc327 bool FakeSSLClientSocket::WasEverUsed() const { function in class:jingle_glue::FakeSSLClientSocket
328 return transport_socket_->WasEverUsed();
H A Dproxy_resolving_client_socket.cc384 bool ProxyResolvingClientSocket::WasEverUsed() const { function in class:jingle_glue::ProxyResolvingClientSocket
386 return transport_->socket()->WasEverUsed();
H A Dpseudotcp_adapter.cc557 bool PseudoTcpAdapter::WasEverUsed() const { function in class:jingle_glue::PseudoTcpAdapter
/external/chromium_org/remoting/protocol/
H A Dfake_stream_socket.cc204 bool FakeStreamSocket::WasEverUsed() const { function in class:remoting::protocol::FakeStreamSocket
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket.cc176 bool HttpProxyClientSocket::WasEverUsed() const { function in class:net::HttpProxyClientSocket
178 return transport_->socket()->WasEverUsed();
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.cc64 was_ever_used_ = spdy_stream_->WasEverUsed();
173 bool SpdyProxyClientSocket::WasEverUsed() const { function in class:net::SpdyProxyClientSocket
174 return was_ever_used_ || (spdy_stream_.get() && spdy_stream_->WasEverUsed());
505 was_ever_used_ = spdy_stream_->WasEverUsed();
H A Dspdy_stream.cc375 bool SpdyStream::WasEverUsed() const { function in class:net::SpdyStream
376 return session_->WasEverUsed();
H A Dspdy_session.h415 bool WasEverUsed() const { function in class:net::SpdySession
416 return connection_->socket()->WasEverUsed();

Completed in 6496 milliseconds