Searched refs:system_config (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Ddns_probe_service.cc139 DnsConfig system_config; local
140 NetworkChangeNotifier::GetDnsConfig(&system_config);
141 system_config.search.clear();
142 system_config.attempts = 1;
143 system_config.randomize_ports = false;
146 system_client->SetConfig(system_config);
H A Dpref_proxy_config_tracker_impl.cc55 net::ProxyConfig system_config;
59 system_availability = base_service_->GetLatestProxyConfig(&system_config);
64 system_availability, system_config, false,
178 const net::ProxyConfig& system_config,
199 *effective_config = system_config;
174 GetEffectiveProxyConfig( ProxyPrefs::ConfigState pref_state, const net::ProxyConfig& pref_config, net::ProxyConfigService::ConfigAvailability system_availability, const net::ProxyConfig& system_config, bool ignore_fallback_config, ProxyPrefs::ConfigState* effective_config_state, net::ProxyConfig* effective_config) argument
H A Dpref_proxy_config_tracker_impl.h105 // |system_availability| refers to availability of |system_config|.
114 const net::ProxyConfig& system_config,
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_config_service_unittest.cc165 net::ProxyConfig system_config; local
166 system_config.proxy_rules().ParseFromString(kSystemProxyRules);
167 base_service_->SetProxyConfig(system_config,
182 base_service_->SetProxyConfig(system_config,
185 ProxyConfigMatches(system_config),
H A Ddata_reduction_proxy_config_service.cc50 net::ProxyConfig system_config; local
54 system_availability = base_service_->GetLatestProxyConfig(&system_config);
55 *config = system_config;

Completed in 196 milliseconds