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

  /external/chromium/net/proxy/
proxy_config.cc 161 ProxyConfig::ProxyConfig() : auto_detect_(false), id_(INVALID_ID) {
165 : auto_detect_(config.auto_detect_),
175 auto_detect_ = config.auto_detect_;
185 return auto_detect_ == other.auto_detect_ &&
191 return auto_detect_ || has_pac_url();
195 auto_detect_ = false;
203 if (auto_detect_)
    [all...]
proxy_config.h 157 auto_detect_ = enable_auto_detect;
161 return auto_detect_;
184 bool auto_detect_; member in class:net::ProxyConfig
  /external/chromium_org/net/proxy/
proxy_config.cc 177 : auto_detect_(false), pac_mandatory_(false),
182 : auto_detect_(config.auto_detect_),
194 auto_detect_ = config.auto_detect_;
206 return auto_detect_ == other.auto_detect_ &&
213 return auto_detect_ || has_pac_url();
217 auto_detect_ = false;
225 if (auto_detect_)
    [all...]
proxy_config.h 204 auto_detect_ = enable_auto_detect;
208 return auto_detect_;
241 bool auto_detect_; member in class:net::ProxyConfig

Completed in 512 milliseconds