Home
last modified time | relevance | path

Searched refs:pref_config_state_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dpref_proxy_config_tracker_impl.cc26 pref_config_state_(ProxyPrefs::CONFIG_UNSET), in ChromeProxyConfigService()
63 pref_config_state_, pref_config_, in GetLatestProxyConfig()
79 pref_config_state_ = config_state; in UpdateProxyConfig()
109 if (!PrefProxyConfigTrackerImpl::PrefPrecedes(pref_config_state_)) { in OnProxyConfigChanged()
Dpref_proxy_config_tracker_impl.h67 ProxyPrefs::ConfigState pref_config_state_; variable