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 311 bool establishing_tunnel_; member in class:net::HttpStreamFactoryImpl::Job
http_stream_factory_impl_job.cc 96 establishing_tunnel_(false),
151 DCHECK(establishing_tunnel_);
260 DCHECK(!establishing_tunnel_);
480 CHECK(establishing_tunnel_);
503 DCHECK(establishing_tunnel_);
807 establishing_tunnel_ = using_ssl_;
    [all...]
http_network_transaction.h 332 bool establishing_tunnel_; member in class:net::HttpNetworkTransaction
http_network_transaction.cc 141 establishing_tunnel_(false),
256 if (target == HttpAuth::AUTH_PROXY && establishing_tunnel_) {
544 establishing_tunnel_ = true;
    [all...]

Completed in 130 milliseconds