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

  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.cc 146 ProxyPrefs::ConfigState pref_state = ProxyConfigServiceImpl::ReadPrefConfig( local
168 pref_state, pref_config,
proxy_config_service_impl.cc 168 ProxyPrefs::ConfigState pref_state = GetProxyConfig(&pref_config); local
196 GetEffectiveProxyConfig(pref_state, pref_config,
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 175 ProxyPrefs::ConfigState pref_state,
182 *effective_config_state = pref_state;
184 if (PrefPrecedes(pref_state)) {
191 if (pref_state == ProxyPrefs::CONFIG_FALLBACK && !ignore_fallback_config)
pref_proxy_config_tracker_impl.h 104 // |pref_state| refers to state of |pref_config|.
111 ProxyPrefs::ConfigState pref_state,
  /external/chromium_org/chrome/browser/ui/webui/
voicesearch_ui.cc 289 int pref_state = -1; local
291 "state", &pref_state);
293 switch (pref_state) {

Completed in 74 milliseconds