Home
last modified time | relevance | path

Searched refs:AddTLSIntolerantServer (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/http/
Dhttp_stream_factory_impl.h38 virtual void AddTLSIntolerantServer(const HostPortPair& server);
Dhttp_stream_factory.h171 virtual void AddTLSIntolerantServer(const HostPortPair& server) = 0;
Dhttp_stream_factory_impl.cc109 void HttpStreamFactoryImpl::AddTLSIntolerantServer(const HostPortPair& server) { in AddTLSIntolerantServer() function in net::HttpStreamFactoryImpl
Dhttp_network_transaction.cc1171 session_->http_stream_factory()->AddTLSIntolerantServer( in HandleSSLHandshakeError()