Home
last modified time | relevance | path

Searched refs:kSystemProxyModeName (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dproxy_prefs.cc16 const char kSystemProxyModeName[] = "system"; variable
28 ProxyPrefs::kSystemProxyModeName };
Dproxy_prefs.h45 extern const char kSystemProxyModeName[];
/external/chromium_org/chrome/browser/prefs/
Dproxy_prefs.cc20 kSystemProxyModeName };
31 const char kSystemProxyModeName[] = "system"; variable
Dproxy_prefs.h60 extern const char kSystemProxyModeName[];
/external/chromium_org/chrome/browser/net/
Dproxy_policy_handler.cc46 { ProxyPrefs::kSystemProxyModeName,
320 *mode_value = ProxyPrefs::kSystemProxyModeName; in CheckProxyModeAndServerMode()
Dproxy_policy_handler_unittest.cc242 base::Value::CreateStringValue(ProxyPrefs::kSystemProxyModeName), in TEST_F()
/external/chromium/chrome/browser/policy/
Dconfiguration_policy_pref_store.cc584 mode_value = ProxyPrefs::kSystemProxyModeName; in CheckProxySettings()
626 } else if (mode_value == ProxyPrefs::kSystemProxyModeName) { in CheckProxySettings()
Dconfiguration_policy_pref_store_unittest.cc446 Value::CreateStringValue(ProxyPrefs::kSystemProxyModeName)); in TEST_F()