/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 | 80 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()
|
D | pref_proxy_config_tracker_impl_unittest.cc | 398 { 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" },
|
D | proxy_browsertest.cc | 91 command_line->AppendSwitchASCII(switches::kProxyServer, in SetUpCommandLine()
|
/external/chromium/chrome/browser/prefs/ |
D | proxy_config_dictionary.cc | 19 const char kProxyServer[] = "server"; variable 45 return dict_->GetString(kProxyServer, out); in GetProxyServer() 100 dict->SetString(kProxyServer, proxy_server); in CreateDictionary()
|
D | command_line_pref_store_unittest.cc | 84 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()
|
D | command_line_pref_store.cc | 69 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()
|
D | pref_service_unittest.cc | 223 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST() 263 command_line.AppendSwitchASCII(switches::kProxyServer, "789"); in TEST()
|
/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 | 102 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()
|
D | command_line_pref_store.cc | 100 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() 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/ |
D | pref_proxy_config_service_unittest.cc | 369 { 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/ |
D | generate_policy_source_unittest.cc | 55 ASSERT_TRUE(subschema.GetProperty(key::kProxyServer).valid()); in TEST() 73 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 | 187 const char kProxyServer[] = "server"; in UseSystemProxy() local 194 dict->SetString(kProxyServer, ""); in UseSystemProxy()
|
/external/chromium/chrome/common/ |
D | chrome_switches.h | 227 extern const char kProxyServer[];
|
D | chrome_switches.cc | 796 const char kProxyServer[] = "proxy-server"; variable
|
/external/chromium_org/chrome/common/ |
D | chrome_switches.cc | 1234 const char kProxyServer[] = "proxy-server"; variable
|
D | chrome_switches.h | 336 extern const char kProxyServer[];
|
/external/chromium/chrome/browser/policy/ |
D | configuration_policy_provider_mac_unittest.cc | 246 key::kProxyServer),
|
D | config_dir_policy_provider_unittest.cc | 272 key::kProxyServer),
|
D | configuration_policy_provider_win_unittest.cc | 404 key::kProxyServer),
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_policy_decoder_chromeos.cc | 300 proxy_settings->SetString(key::kProxyServer, container.proxy_server()); in DecodeNetworkPolicies()
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | wizard_controller_browsertest.cc | 574 command_line->AppendSwitchASCII(::switches::kProxyServer, in SetUpCommandLine()
|