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

  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.h 77 // |active_config_state_| is not ProxyPrefs::CONFIG_UNSET.
78 ProxyPrefs::ConfigState active_config_state_; member in class:chromeos::ProxyConfigServiceImpl
proxy_config_service_impl.cc 55 active_config_state_(ProxyPrefs::CONFIG_UNSET),
203 update_now = active_config_state_ != effective_config_state ||
204 (active_config_state_ != ProxyPrefs::CONFIG_UNSET &&
208 active_config_state_ = effective_config_state;
209 if (active_config_state_ != ProxyPrefs::CONFIG_UNSET)
227 << ProxyPrefs::ConfigStateToDebugString(active_config_state_)

Completed in 124 milliseconds