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

  /external/chromium_org/chrome/browser/net/
dns_probe_service.cc 132 DnsConfig system_config; local
133 NetworkChangeNotifier::GetDnsConfig(&system_config);
134 system_config.search.clear();
135 system_config.attempts = 1;
136 system_config.randomize_ports = false;
139 system_client->SetConfig(system_config);
pref_proxy_config_tracker_impl.cc 55 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;
pref_proxy_config_tracker_impl.h 105 // |system_availability| refers to availability of |system_config|.
114 const net::ProxyConfig& system_config,

Completed in 61 milliseconds