Searched refs:fetched_config_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_service.cc1115 if (fetched_config_.is_valid()) {
1136 DCHECK(fetched_config_.HasAutomaticSettings());
1147 fetched_config_,
1159 if (fetched_config_.pac_mandatory()) {
1162 config_ = fetched_config_;
1167 config_ = fetched_config_;
1176 config_.set_id(fetched_config_.id());
1177 config_.set_source(fetched_config_.source());
1371 fetched_config_ = ProxyConfig();
1480 &fetched_config_,
[all...]
H A Dproxy_service.h201 return fetched_config_;
303 // |fetched_config_| will also be reset, otherwise it will be left as-is.
348 // Start initialization using |fetched_config_|.
378 ProxyConfig fetched_config_; member in class:net::ProxyService

Completed in 71 milliseconds