Home
last modified time | relevance | path

Searched refs:system_config (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/net/
Ddns_probe_service.cc139 DnsConfig system_config; in SetSystemClientToCurrentConfig() local
140 NetworkChangeNotifier::GetDnsConfig(&system_config); in SetSystemClientToCurrentConfig()
141 system_config.search.clear(); in SetSystemClientToCurrentConfig()
142 system_config.attempts = 1; in SetSystemClientToCurrentConfig()
143 system_config.randomize_ports = false; in SetSystemClientToCurrentConfig()
146 system_client->SetConfig(system_config); in SetSystemClientToCurrentConfig()
Dpref_proxy_config_tracker_impl.cc55 net::ProxyConfig system_config; in GetLatestProxyConfig() local
59 system_availability = base_service_->GetLatestProxyConfig(&system_config); in GetLatestProxyConfig()
64 system_availability, system_config, false, in GetLatestProxyConfig()
178 const net::ProxyConfig& system_config, in GetEffectiveProxyConfig() argument
199 *effective_config = system_config; in GetEffectiveProxyConfig()
Dpref_proxy_config_tracker_impl.h114 const net::ProxyConfig& system_config,