OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:establishing_tunnel_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/http/
http_stream_factory_impl_job.h
251
bool
establishing_tunnel_
;
member in class:net::HttpStreamFactoryImpl::Job
http_stream_factory_impl_job.cc
60
establishing_tunnel_
(false),
102
DCHECK(
establishing_tunnel_
);
180
DCHECK(!
establishing_tunnel_
);
319
DCHECK(
establishing_tunnel_
);
348
DCHECK(
establishing_tunnel_
);
564
establishing_tunnel_
= using_ssl_;
673
establishing_tunnel_
= false;
819
establishing_tunnel_
= false;
[
all
...]
http_network_transaction.h
272
bool
establishing_tunnel_
;
member in class:net::HttpNetworkTransaction
http_network_transaction.cc
113
establishing_tunnel_
(false) {
225
if (target == HttpAuth::AUTH_PROXY &&
establishing_tunnel_
) {
430
establishing_tunnel_
= true;
[
all
...]
/external/chromium_org/net/http/
http_stream_factory_impl_job.h
297
bool
establishing_tunnel_
;
member in class:net::HttpStreamFactoryImpl::Job
http_stream_factory_impl_job.cc
104
establishing_tunnel_
(false),
158
DCHECK(
establishing_tunnel_
);
265
DCHECK(!
establishing_tunnel_
);
479
DCHECK(
establishing_tunnel_
);
510
DCHECK(
establishing_tunnel_
);
817
establishing_tunnel_
= using_ssl_;
[
all
...]
http_network_transaction.h
322
bool
establishing_tunnel_
;
member in class:net::HttpNetworkTransaction
http_network_transaction.cc
164
establishing_tunnel_
(false),
284
if (target == HttpAuth::AUTH_PROXY &&
establishing_tunnel_
) {
535
establishing_tunnel_
= true;
[
all
...]
Completed in 437 milliseconds