Home | History | Annotate | Download | only in proxy

Lines Matching refs:auto_detect_

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_)
204 dict->SetBoolean("auto_detect", auto_detect_);