Home
last modified time | relevance | path

Searched refs:pref_state (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dpref_proxy_config_tracker_impl.cc175 ProxyPrefs::ConfigState pref_state, in GetEffectiveProxyConfig() argument
182 *effective_config_state = pref_state; in GetEffectiveProxyConfig()
184 if (PrefPrecedes(pref_state)) { in GetEffectiveProxyConfig()
191 if (pref_state == ProxyPrefs::CONFIG_FALLBACK && !ignore_fallback_config) in GetEffectiveProxyConfig()
Dpref_proxy_config_tracker_impl.h111 ProxyPrefs::ConfigState pref_state,
/external/chromium_org/chrome/browser/chromeos/
Dui_proxy_config_service.cc143 ProxyPrefs::ConfigState pref_state = ProxyConfigServiceImpl::ReadPrefConfig( in DetermineEffectiveConfig() local
165 pref_state, pref_config, in DetermineEffectiveConfig()
Dproxy_config_service_impl.cc168 ProxyPrefs::ConfigState pref_state = GetProxyConfig(&pref_config); in DetermineEffectiveConfigFromDefaultNetwork() local
196 GetEffectiveProxyConfig(pref_state, pref_config, in DetermineEffectiveConfigFromDefaultNetwork()