WasNpnNegotiated   54 chrome/browser/devtools/adb/android_usb_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated   61 content/browser/renderer_host/p2p/socket_host_test_utils.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  336 jingle/glue/fake_ssl_client_socket.cc   return transport_socket_->WasNpnNegotiated();
WasNpnNegotiated   65 jingle/glue/fake_ssl_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated   68 jingle/glue/fake_ssl_client_socket_unittest.cc   MOCK_CONST_METHOD0(WasNpnNegotiated, bool());
WasNpnNegotiated   68 jingle/glue/proxy_resolving_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated   52 jingle/glue/pseudotcp_adapter.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  190 net/http/http_proxy_client_socket.cc     return transport_->socket()->WasNpnNegotiated();
WasNpnNegotiated   74 net/http/http_proxy_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  930 net/http/http_stream_factory_impl_job.cc       if (ssl_socket->WasNpnNegotiated()) {
WasNpnNegotiated  115 net/socket/buffered_write_stream_socket.cc   return wrapped_socket_->WasNpnNegotiated();
WasNpnNegotiated   61 net/socket/buffered_write_stream_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  752 net/socket/socket_test_util.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  912 net/socket/socket_test_util.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  948 net/socket/socket_test_util.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  127 net/socket/socks5_client_socket.cc     return transport_->socket()->WasNpnNegotiated();
WasNpnNegotiated   55 net/socket/socks5_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  155 net/socket/socks_client_socket.cc     return transport_->socket()->WasNpnNegotiated();
WasNpnNegotiated   52 net/socket/socks_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated   81 net/socket/ssl_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated  415 net/socket/ssl_client_socket_pool_unittest.cc   EXPECT_TRUE(ssl_socket->WasNpnNegotiated());
WasNpnNegotiated  468 net/socket/ssl_client_socket_pool_unittest.cc   EXPECT_TRUE(ssl_socket->WasNpnNegotiated());
WasNpnNegotiated  500 net/socket/ssl_client_socket_pool_unittest.cc   EXPECT_TRUE(ssl_socket->WasNpnNegotiated());
WasNpnNegotiated   84 net/socket/ssl_client_socket_unittest.cc     return transport_->WasNpnNegotiated();
WasNpnNegotiated   64 net/socket/ssl_server_socket_nss.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated   83 net/socket/stream_socket.h   virtual bool WasNpnNegotiated() const = 0;
WasNpnNegotiated   52 net/socket/tcp_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated   78 net/spdy/spdy_proxy_client_socket.h   virtual bool WasNpnNegotiated() const OVERRIDE;
WasNpnNegotiated 1838 net/spdy/spdy_session.cc   *was_npn_negotiated = connection_->socket()->WasNpnNegotiated();
WasNpnNegotiated   76 remoting/protocol/fake_session.h   virtual bool WasNpnNegotiated() const OVERRIDE;