Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_stream_factory_impl_job.h159 bool IsHttpsProxyAndHttpUrl();
Dhttp_stream_factory_impl_job.cc535 if (IsHttpsProxyAndHttpUrl()) { in DoInitConnection()
749 } else if (IsHttpsProxyAndHttpUrl()) { in DoCreateStream()
847 bool HttpStreamFactoryImpl::Job::IsHttpsProxyAndHttpUrl() { in IsHttpsProxyAndHttpUrl() function in net::HttpStreamFactoryImpl::Job