Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_stream_factory_impl_job.cc500 bool HttpStreamFactoryImpl::Job::ShouldForceSpdySSL() const { in ShouldForceSpdySSL() function in net::HttpStreamFactoryImpl::Job
529 using_ssl_ = request_info_.url.SchemeIs("https") || ShouldForceSpdySSL(); in DoInitConnection()
582 ShouldForceSpdySSL(), in DoInitConnection()
593 ShouldForceSpdySSL(), in DoInitConnection()
635 if (ShouldForceSpdySSL()) in DoInitConnectionComplete()
Dhttp_stream_factory_impl_job.h194 bool ShouldForceSpdySSL() const;