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

  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.cc 194 ProxyPrefs::ConfigState effective_config_state; local
198 &effective_config_state, &effective_config);
204 update_now = active_config_state_ != effective_config_state ||
209 active_config_state_ = effective_config_state;
216 if (effective_config_state == ProxyPrefs::CONFIG_SYSTEM)
217 effective_config_state = ProxyPrefs::CONFIG_OTHER_PRECEDE;
223 PrefProxyConfigTrackerImpl::OnProxyConfigChanged(effective_config_state,
ui_proxy_config_service.cc 165 ProxyPrefs::ConfigState effective_config_state; local
170 &effective_config_state, &effective_config);
174 current_ui_config_.state = effective_config_state;
175 if (ProxyConfigServiceImpl::PrefPrecedes(effective_config_state)) {
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 180 ProxyPrefs::ConfigState* effective_config_state,
182 *effective_config_state = pref_state;
198 *effective_config_state = ProxyPrefs::CONFIG_SYSTEM;
pref_proxy_config_tracker_impl.h 116 ProxyPrefs::ConfigState* effective_config_state,

Completed in 70 milliseconds