WasEverUsed        52 chrome/browser/devtools/adb/android_usb_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        59 content/browser/renderer_host/p2p/socket_host_test_utils.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       328 jingle/glue/fake_ssl_client_socket.cc   return transport_socket_->WasEverUsed();
WasEverUsed        63 jingle/glue/fake_ssl_client_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        64 jingle/glue/fake_ssl_client_socket_unittest.cc   MOCK_CONST_METHOD0(WasEverUsed, bool());
WasEverUsed       365 jingle/glue/proxy_resolving_client_socket.cc     return transport_->socket()->WasEverUsed();
WasEverUsed        66 jingle/glue/proxy_resolving_client_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        50 jingle/glue/pseudotcp_adapter.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       174 net/http/http_proxy_client_socket.cc     return transport_->socket()->WasEverUsed();
WasEverUsed        72 net/http/http_proxy_client_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       107 net/socket/buffered_write_stream_socket.cc   return wrapped_socket_->WasEverUsed();
WasEverUsed        59 net/socket/buffered_write_stream_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       458 net/socket/client_socket_pool_base.cc     if (it->socket->WasEverUsed()) {
WasEverUsed       482 net/socket/client_socket_pool_base.cc         idle_socket.socket->WasEverUsed() ?
WasEverUsed       652 net/socket/client_socket_pool_base.cc   if (socket->WasEverUsed())
WasEverUsed       681 net/socket/client_socket_pool_base.cc           j->socket->WasEverUsed() ?
WasEverUsed      3168 net/socket/client_socket_pool_base_unittest.cc   EXPECT_TRUE(handle1.socket()->WasEverUsed());
WasEverUsed      3169 net/socket/client_socket_pool_base_unittest.cc   EXPECT_TRUE(handle2.socket()->WasEverUsed());
WasEverUsed      3170 net/socket/client_socket_pool_base_unittest.cc   EXPECT_FALSE(handle3.socket()->WasEverUsed());
WasEverUsed      1364 net/socket/socket_test_util.cc   return transport_->socket()->WasEverUsed();
WasEverUsed       750 net/socket/socket_test_util.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       910 net/socket/socket_test_util.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       945 net/socket/socket_test_util.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        53 net/socket/socks5_client_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        50 net/socket/socks_client_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       641 net/socket/ssl_client_socket_nss.cc   bool WasEverUsed() const;
WasEverUsed      3052 net/socket/ssl_client_socket_nss.cc   return core_->WasEverUsed();
WasEverUsed        94 net/socket/ssl_client_socket_nss.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        83 net/socket/ssl_client_socket_openssl.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        78 net/socket/ssl_client_socket_unittest.cc     return transport_->WasEverUsed();
WasEverUsed      2161 net/socket/ssl_client_socket_unittest.cc   EXPECT_FALSE(sock->WasEverUsed());
WasEverUsed      2176 net/socket/ssl_client_socket_unittest.cc   EXPECT_TRUE(sock->WasEverUsed());
WasEverUsed       286 net/socket/ssl_server_socket_nss.cc   return transport_socket_->WasEverUsed();
WasEverUsed        62 net/socket/ssl_server_socket_nss.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        76 net/socket/stream_socket.h   virtual bool WasEverUsed() const = 0;
WasEverUsed        50 net/socket/tcp_client_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed        64 net/spdy/spdy_proxy_client_socket.cc   was_ever_used_ = spdy_stream_->WasEverUsed();
WasEverUsed       173 net/spdy/spdy_proxy_client_socket.cc   return was_ever_used_ || (spdy_stream_.get() && spdy_stream_->WasEverUsed());
WasEverUsed       489 net/spdy/spdy_proxy_client_socket.cc   was_ever_used_ = spdy_stream_->WasEverUsed();
WasEverUsed        76 net/spdy/spdy_proxy_client_socket.h   virtual bool WasEverUsed() const OVERRIDE;
WasEverUsed       599 net/spdy/spdy_proxy_client_socket_unittest.cc   EXPECT_FALSE(sock_->WasEverUsed());
WasEverUsed       601 net/spdy/spdy_proxy_client_socket_unittest.cc   EXPECT_TRUE(sock_->WasEverUsed());
WasEverUsed       603 net/spdy/spdy_proxy_client_socket_unittest.cc   EXPECT_TRUE(sock_->WasEverUsed());
WasEverUsed       376 net/spdy/spdy_session.h   bool WasEverUsed() const {
WasEverUsed       377 net/spdy/spdy_session.h     return connection_->socket()->WasEverUsed();
WasEverUsed       375 net/spdy/spdy_stream.cc   return session_->WasEverUsed();
WasEverUsed       280 net/spdy/spdy_stream.h   bool WasEverUsed() const;
WasEverUsed        74 remoting/protocol/fake_session.h   virtual bool WasEverUsed() const OVERRIDE;