Searched refs:kProxyServer (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/chrome/browser/net/ |
D | proxy_policy_handler.cc | 67 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()
|
D | proxy_policy_handler_unittest.cc | 82 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()
|
D | pref_proxy_config_tracker_impl_unittest.cc | 397 { 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" },
|
D | proxy_browsertest.cc | 91 command_line->AppendSwitchASCII(switches::kProxyServer, in SetUpCommandLine()
|
/external/chromium_org/chrome/browser/prefs/ |
D | proxy_config_dictionary.cc | 19 const char kProxyServer[] = "server"; variable 57 return dict_->GetString(kProxyServer, out); in GetProxyServer() 139 dict->SetString(kProxyServer, proxy_server); in CreateDictionary()
|
D | command_line_pref_store_unittest.cc | 104 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()
|
D | command_line_pref_store.cc | 93 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()
|
D | proxy_policy_unittest.cc | 122 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/ |
D | generate_policy_source_unittest.cc | 92 ASSERT_TRUE(subschema.GetProperty(key::kProxyServer).valid()); in TEST() 110 key::kProxyServer, in TEST()
|
D | policy_service_impl.cc | 26 key::kProxyServer,
|
/external/chromium_org/chrome/browser/profiles/ |
D | off_the_record_profile_impl.cc | 218 const char kProxyServer[] = "server"; in UseSystemProxy() local 225 dict->SetString(kProxyServer, ""); in UseSystemProxy()
|
/external/chromium_org/chrome/common/ |
D | chrome_switches.h | 279 extern const char kProxyServer[];
|
D | chrome_switches.cc | 995 const char kProxyServer[] = "proxy-server"; variable
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_policy_decoder_chromeos.cc | 370 proxy_settings->SetString(key::kProxyServer, container.proxy_server()); in DecodeNetworkPolicies()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | wizard_controller_browsertest.cc | 867 command_line->AppendSwitchASCII(::switches::kProxyServer, in SetUpCommandLine()
|