OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
214
bool
ShouldForceSpdyWithoutSSL
() const;
http_stream_factory_impl_job.cc
708
bool HttpStreamFactoryImpl::Job::
ShouldForceSpdyWithoutSSL
() const {
783
} else if (request_ && (using_ssl_ ||
ShouldForceSpdyWithoutSSL
())) {
[
all
...]
Completed in 185 milliseconds