Home
last modified time | relevance | path

Searched refs:CONFIG_UNSET (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/net/
Dpref_proxy_config_service.cc31 if (config_state_ != CONFIG_UNSET) in GetProxyConfig()
78 (config_state_ != CONFIG_UNSET && !pref_config_.Equals(config))) { in InstallProxyConfig()
80 if (config_state_ != CONFIG_UNSET) in InstallProxyConfig()
104 return CONFIG_UNSET; in ReadPrefConfig()
206 if (available == CONFIG_UNSET) { in GetLatestProxyConfig()
Dpref_proxy_config_service.h43 CONFIG_UNSET, enumerator
Dpref_proxy_config_service_unittest.cc218 net::ProxyConfigService::CONFIG_UNSET); in TEST_F()
/external/chromium/net/proxy/
Dproxy_config_service.h25 CONFIG_UNSET enumerator
Dproxy_config_service_android.cc21 return ProxyConfigService::CONFIG_UNSET; in GetLatestProxyConfig()
Dproxy_service.cc862 case ProxyConfigService::CONFIG_UNSET: in OnProxyConfigChanged()
/external/chromium/chrome/browser/chromeos/
Dproxy_config_service_impl.cc336 config_availability_ = net::ProxyConfigService::CONFIG_UNSET; in ProxyConfigServiceImpl()
481 IOSetProxyConfig(reference_config_, net::ProxyConfigService::CONFIG_UNSET); in OnSettingsOpCompleted()