Home
last modified time | relevance | path

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

12

/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.cc80 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, in TEST_F()
105 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, in TEST_F()
207 policy.Set(key::kProxyServer, in TEST_F()
276 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, in TEST_F()
Dpref_proxy_config_tracker_impl_unittest.cc398 { switches::kProxyServer, "http://proxy:8888" },
410 { switches::kProxyServer, "http://proxy:8888" },
424 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
440 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
Dproxy_browsertest.cc91 command_line->AppendSwitchASCII(switches::kProxyServer, in SetUpCommandLine()
/external/chromium/chrome/browser/prefs/
Dproxy_config_dictionary.cc19 const char kProxyServer[] = "server"; variable
45 return dict_->GetString(kProxyServer, out); in GetProxyServer()
100 dict->SetString(kProxyServer, proxy_server); in CreateDictionary()
Dcommand_line_pref_store_unittest.cc84 cl.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
134 cl2.AppendSwitchASCII(switches::kProxyServer, "server"); in TEST()
145 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
157 cl3.AppendSwitchASCII(switches::kProxyServer, ""); in TEST()
Dcommand_line_pref_store.cc69 command_line_->HasSwitch(switches::kProxyServer) || in ValidateProxySwitches()
91 } else if (command_line_->HasSwitch(switches::kProxyServer)) { in ApplyProxyMode()
93 command_line_->GetSwitchValueASCII(switches::kProxyServer); in ApplyProxyMode()
Dpref_service_unittest.cc223 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
263 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
/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.cc102 cl.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
152 cl2.AppendSwitchASCII(switches::kProxyServer, "server"); in TEST()
163 cl1.AppendSwitchASCII(switches::kProxyServer, "proxy"); in TEST()
175 cl3.AppendSwitchASCII(switches::kProxyServer, std::string()); in TEST()
Dcommand_line_pref_store.cc100 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()
130 policy.Set(key::kProxyServer, POLICY_LEVEL_MANDATORY, POLICY_SCOPE_USER, in TEST_F()
156 command_line_.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST_F()
/external/chromium/chrome/browser/net/
Dpref_proxy_config_service_unittest.cc369 { switches::kProxyServer, "http://proxy:8888" },
381 { switches::kProxyServer, "http://proxy:8888" },
395 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
411 { switches::kProxyServer, "http=httpproxy:8888;ftp=ftpproxy:8889" },
/external/chromium_org/components/policy/core/common/
Dgenerate_policy_source_unittest.cc55 ASSERT_TRUE(subschema.GetProperty(key::kProxyServer).valid()); in TEST()
73 key::kProxyServer, in TEST()
Dpolicy_service_impl.cc26 key::kProxyServer,
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl.cc187 const char kProxyServer[] = "server"; in UseSystemProxy() local
194 dict->SetString(kProxyServer, ""); in UseSystemProxy()
/external/chromium/chrome/common/
Dchrome_switches.h227 extern const char kProxyServer[];
Dchrome_switches.cc796 const char kProxyServer[] = "proxy-server"; variable
/external/chromium_org/chrome/common/
Dchrome_switches.cc1234 const char kProxyServer[] = "proxy-server"; variable
Dchrome_switches.h336 extern const char kProxyServer[];
/external/chromium/chrome/browser/policy/
Dconfiguration_policy_provider_mac_unittest.cc246 key::kProxyServer),
Dconfig_dir_policy_provider_unittest.cc272 key::kProxyServer),
Dconfiguration_policy_provider_win_unittest.cc404 key::kProxyServer),
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_policy_decoder_chromeos.cc300 proxy_settings->SetString(key::kProxyServer, container.proxy_server()); in DecodeNetworkPolicies()
/external/chromium_org/chrome/browser/chromeos/login/
Dwizard_controller_browsertest.cc574 command_line->AppendSwitchASCII(::switches::kProxyServer, in SetUpCommandLine()

12