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

  /external/chromium_org/net/http/
http_stream_factory_impl_job.h 307 bool establishing_tunnel_; member in class:net::HttpStreamFactoryImpl::Job
http_stream_factory_impl_job.cc 99 establishing_tunnel_(false),
154 DCHECK(establishing_tunnel_);
263 DCHECK(!establishing_tunnel_);
483 CHECK(establishing_tunnel_);
506 DCHECK(establishing_tunnel_);
808 establishing_tunnel_ = using_ssl_;
    [all...]
http_network_transaction.h 329 bool establishing_tunnel_; member in class:net::HttpNetworkTransaction
http_network_transaction.cc 143 establishing_tunnel_(false),
258 if (target == HttpAuth::AUTH_PROXY && establishing_tunnel_) {
541 establishing_tunnel_ = true;
    [all...]

Completed in 68 milliseconds