Home
last modified time | relevance | path

Searched refs:InitSSLConfig (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_stream_factory_impl_job.h163 void InitSSLConfig(const HostPortPair& origin_server,
Dhttp_stream_factory_impl_job.cc570 InitSSLConfig(proxy_info_.proxy_server().host_port_pair(), in DoInitConnection()
574 InitSSLConfig(origin_, &ssl_config_); in DoInitConnection()
861 void HttpStreamFactoryImpl::Job::InitSSLConfig( in InitSSLConfig() function in net::HttpStreamFactoryImpl::Job