HomeSort by relevance Sort by last modified time
    Searched refs:ShouldForceSpdySSL (Results 1 - 4 of 4) 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...]
  /external/chromium_org/net/http/
http_stream_factory_impl_job.h 208 bool ShouldForceSpdySSL() const;
http_stream_factory_impl_job.cc 699 bool HttpStreamFactoryImpl::Job::ShouldForceSpdySSL() const {
735 request_info_.url.SchemeIs("wss") || ShouldForceSpdySSL();
839 ShouldForceSpdySSL(),
856 priority_, session_, proxy_info_, ShouldForceSpdySSL(),
863 priority_, session_, proxy_info_, ShouldForceSpdySSL(),
943 if (ShouldForceSpdySSL())
    [all...]

Completed in 38 milliseconds