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

  /external/chromium/net/http/
http_stream_factory_impl_job.h 197 bool ShouldForceSpdyWithoutSSL() const;
http_stream_factory_impl_job.cc 505 bool HttpStreamFactoryImpl::Job::ShouldForceSpdyWithoutSSL() const {
550 } else if (request_ && (using_ssl_ || ShouldForceSpdyWithoutSSL())) {
648 if (ShouldForceSpdyWithoutSSL())
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_job.h 211 bool ShouldForceSpdyWithoutSSL() const;
http_stream_factory_impl_job.cc 704 bool HttpStreamFactoryImpl::Job::ShouldForceSpdyWithoutSSL() const {
779 } else if (request_ && (using_ssl_ || ShouldForceSpdyWithoutSSL())) {
    [all...]

Completed in 85 milliseconds