HomeSort by relevance Sort by last modified time
    Searched refs:ShouldForceSpdySSL (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_stream_factory_impl_job.h 194 bool ShouldForceSpdySSL() const;
http_stream_factory_impl_job.cc 500 bool HttpStreamFactoryImpl::Job::ShouldForceSpdySSL() const {
529 using_ssl_ = request_info_.url.SchemeIs("https") || ShouldForceSpdySSL();
582 ShouldForceSpdySSL(),
593 ShouldForceSpdySSL(),
635 if (ShouldForceSpdySSL())
    [all...]

Completed in 1626 milliseconds