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

  /external/chromium/net/proxy/
proxy_config_service.h 25 CONFIG_UNSET
34 // the new availability status and can be CONFIG_UNSET or CONFIG_VALID (in
proxy_config_service_android.cc 21 return ProxyConfigService::CONFIG_UNSET;
proxy_service.cc 862 case ProxyConfigService::CONFIG_UNSET:
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service.h 24 CONFIG_UNSET
33 // the new availability status and can be CONFIG_UNSET or CONFIG_VALID (in
proxy_config_service_android_unittest.cc 23 TestObserver() : availability_(ProxyConfigService::CONFIG_UNSET) {}
proxy_config_service_android.cc 235 return ProxyConfigService::CONFIG_UNSET;
proxy_service.cc 323 return CONFIG_UNSET;
    [all...]
  /external/chromium_org/chrome/browser/prefs/
proxy_prefs.h 51 CONFIG_UNSET,
proxy_prefs.cc 66 case CONFIG_UNSET:
67 return "config_unset";
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 26 pref_config_state_(ProxyPrefs::CONFIG_UNSET),
57 net::ProxyConfigService::CONFIG_UNSET;
190 if (system_availability == net::ProxyConfigService::CONFIG_UNSET) {
227 ProxyPrefs::ConfigState config_state = ProxyPrefs::CONFIG_UNSET;
256 if (config_state_ != ProxyPrefs::CONFIG_UNSET)
345 (config_state_ != ProxyPrefs::CONFIG_UNSET &&
348 if (config_state_ != ProxyPrefs::CONFIG_UNSET)
pref_proxy_config_tracker_impl_unittest.cc 229 net::ProxyConfigService::CONFIG_UNSET);
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.cc 31 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) {
pref_proxy_config_service.h 43 CONFIG_UNSET,
54 // the return value is CONFIG_UNSET, in which case |config| is not touched.
74 // from CONFIG_UNSET.
92 // is not CONFIG_UNSET.
pref_proxy_config_service_unittest.cc 218 net::ProxyConfigService::CONFIG_UNSET);
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc 56 active_config_state_(ProxyPrefs::CONFIG_UNSET),
173 net::ProxyConfigService::CONFIG_UNSET;
205 (active_config_state_ != ProxyPrefs::CONFIG_UNSET &&
210 if (active_config_state_ != ProxyPrefs::CONFIG_UNSET)
ui_proxy_config.cc 17 state(ProxyPrefs::CONFIG_UNSET),
ui_proxy_config_service.cc 149 net::ProxyConfigService::CONFIG_UNSET;
  /external/chromium_org/net/tools/net_watcher/
net_watcher.cc 72 case net::ProxyConfigService::CONFIG_UNSET:
73 return "CONFIG_UNSET";
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl.cc 336 config_availability_ = net::ProxyConfigService::CONFIG_UNSET;
481 IOSetProxyConfig(reference_config_, net::ProxyConfigService::CONFIG_UNSET);

Completed in 358 milliseconds