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

/external/chromium/net/proxy/
H A Dproxy_config_service.h25 CONFIG_UNSET enumerator in enum:net::ProxyConfigService::ConfigAvailability
34 // the new availability status and can be CONFIG_UNSET or CONFIG_VALID (in
H A Dproxy_config_service_android.cc21 return ProxyConfigService::CONFIG_UNSET;
H A Dproxy_service.cc862 case ProxyConfigService::CONFIG_UNSET:
/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service.cc31 if (config_state_ != CONFIG_UNSET)
78 (config_state_ != CONFIG_UNSET && !pref_config_.Equals(config))) {
80 if (config_state_ != CONFIG_UNSET)
104 return CONFIG_UNSET;
206 if (available == CONFIG_UNSET) {
H A Dpref_proxy_config_service.h43 CONFIG_UNSET, enumerator in enum:PrefProxyConfigTracker::ConfigState
54 // the return value is CONFIG_UNSET, in which case |config| is not touched.
74 // from CONFIG_UNSET.
92 // is not CONFIG_UNSET.
H A Dpref_proxy_config_service_unittest.cc218 net::ProxyConfigService::CONFIG_UNSET); member in class:__anon1719::net::ProxyConfigService
/external/chromium/chrome/browser/chromeos/
H A Dproxy_config_service_impl.cc336 config_availability_ = net::ProxyConfigService::CONFIG_UNSET;
481 IOSetProxyConfig(reference_config_, net::ProxyConfigService::CONFIG_UNSET);

Completed in 119 milliseconds