HomeSort by relevance Sort by last modified time
    Searched refs:establishing_tunnel_ (Results 1 - 4 of 4) 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...]

Completed in 330 milliseconds