Home
last modified time | relevance | path

Searched refs:GetNegotiatedProtocol (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/net/socket/
Dstream_socket.h92 virtual NextProto GetNegotiatedProtocol() const = 0;
Dtransport_client_socket_pool_test_util.cc72 virtual NextProto GetNegotiatedProtocol() const OVERRIDE { in GetNegotiatedProtocol() function in net::__anonda2346cc0111::MockConnectClientSocket
132 virtual NextProto GetNegotiatedProtocol() const OVERRIDE { in GetNegotiatedProtocol() function in net::__anonda2346cc0111::MockFailingClientSocket
247 virtual NextProto GetNegotiatedProtocol() const OVERRIDE { in GetNegotiatedProtocol() function in net::__anonda2346cc0111::MockTriggerableClientSocket
Dunix_domain_client_socket_posix.h56 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
Dtcp_client_socket.h54 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
Dsocks5_client_socket.h56 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
Dsocks_client_socket.h53 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
Dssl_client_socket.h84 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
Dsocks_client_socket.cc161 NextProto SOCKSClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::SOCKSClientSocket
163 return transport_->socket()->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
Dssl_server_socket_nss.h65 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
Dunix_domain_client_socket_posix.cc132 NextProto UnixDomainClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::UnixDomainClientSocket
Dssl_server_socket_openssl.h67 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
Dssl_client_socket.cc88 NextProto SSLClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::SSLClientSocket
Dsocks5_client_socket.cc133 NextProto SOCKS5ClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in net::SOCKS5ClientSocket
135 return transport_->socket()->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
/external/chromium_org/jingle/glue/
Dpseudotcp_adapter.h53 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
Dfake_ssl_client_socket.cc339 net::NextProto FakeSSLClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in jingle_glue::FakeSSLClientSocket
340 return transport_socket_->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
Dfake_ssl_client_socket.h66 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
Dproxy_resolving_client_socket.h69 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
Dproxy_resolving_client_socket.cc402 net::NextProto ProxyResolvingClientSocket::GetNegotiatedProtocol() const { in GetNegotiatedProtocol() function in jingle_glue::ProxyResolvingClientSocket
404 return transport_->socket()->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
/external/chromium_org/components/cronet/android/
Durl_request_adapter.h113 std::string GetNegotiatedProtocol() const;
Dchromium_url_request.cc390 static jstring GetNegotiatedProtocol(JNIEnv* env, in GetNegotiatedProtocol() function
398 std::string negotiated_protocol = request->GetNegotiatedProtocol(); in GetNegotiatedProtocol()
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_socket.h55 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
/external/chromium_org/net/http/
Dhttp_proxy_client_socket.h77 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.h79 virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_test_utils.h62 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;
/external/chromium_org/remoting/protocol/
Dfake_stream_socket.h89 virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE;

12