Home
last modified time | relevance | path

Searched refs:kProxyServer (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/net/
Dproxy_policy_handler.cc67 const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer); in CheckPolicySettings()
110 key::kProxyServer, in CheckPolicySettings()
134 const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer); in ApplyPolicySettings()
235 const base::Value* server = GetProxyPolicyValue(policies, key::kProxyServer); in CheckProxyModeAndServerMode()
272 key::kProxyServer, in CheckProxyModeAndServerMode()
297 key::kProxyServer, in CheckProxyModeAndServerMode()
307 key::kProxyServer, in CheckProxyModeAndServerMode()
Dproxy_policy_handler_unittest.cc82 policy.Set(key::kProxyServer, in TEST_F()
116 policy.Set(key::kProxyServer, in TEST_F()
232 policy.Set(key::kProxyServer, in TEST_F()
312 policy.Set(key::kProxyServer, in TEST_F()
Dpref_proxy_config_tracker_impl_unittest.cc397 { switches::kProxyServer, "http://proxy:8888" },
409 { switches::kProxyServer, "http://proxy:8888" },
423 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
439 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
Dproxy_browsertest.cc91 command_line->AppendSwitchASCII(switches::kProxyServer, in SetUpCommandLine()
/external/chromium_org/chrome/browser/prefs/
Dproxy_config_dictionary.cc19 const char kProxyServer[] = "server"; variable
57 return dict_->GetString(kProxyServer, out); in GetProxyServer()
139 dict->SetString(kProxyServer, proxy_server); in CreateDictionary()
Dcommand_line_pref_store_unittest.cc104 cl.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
154 cl2.AppendSwitchASCII(switches::kProxyServer, "server"); in TEST()
165 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
177 cl3.AppendSwitchASCII(switches::kProxyServer, std::string()); in TEST()
Dcommand_line_pref_store.cc93 command_line_->HasSwitch(switches::kProxyServer) || in ValidateProxySwitches()
157 } else if (command_line_->HasSwitch(switches::kProxyServer)) { in ApplyProxyMode()
159 command_line_->GetSwitchValueASCII(switches::kProxyServer); in ApplyProxyMode()
Dproxy_policy_unittest.cc122 command_line_.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST_F()
133 policy.Set(key::kProxyServer, in TEST_F()
162 command_line_.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST_F()
/external/chromium_org/components/policy/core/common/
Dgenerate_policy_source_unittest.cc92 ASSERT_TRUE(subschema.GetProperty(key::kProxyServer).valid()); in TEST()
110 key::kProxyServer, in TEST()
Dpolicy_service_impl.cc26 key::kProxyServer,
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl.cc218 const char kProxyServer[] = "server"; in UseSystemProxy() local
225 dict->SetString(kProxyServer, ""); in UseSystemProxy()
/external/chromium_org/chrome/common/
Dchrome_switches.h279 extern const char kProxyServer[];
Dchrome_switches.cc995 const char kProxyServer[] = "proxy-server"; variable
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_policy_decoder_chromeos.cc370 proxy_settings->SetString(key::kProxyServer, container.proxy_server()); in DecodeNetworkPolicies()
/external/chromium_org/chrome/browser/chromeos/login/
Dwizard_controller_browsertest.cc867 command_line->AppendSwitchASCII(::switches::kProxyServer, in SetUpCommandLine()