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

12

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

Completed in 3566 milliseconds

12