Searched refs:auto_detect (Results 1 – 10 of 10) sorted by relevance
| /external/chromium_org/chrome/browser/chromeos/ |
| D | proxy_config_service_impl_unittest.cc | 57 bool auto_detect; member 349 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 406 EXPECT_EQ(managed_params.auto_detect, actual_config.auto_detect()); in TEST_F() 415 EXPECT_EQ(recommended_params.auto_detect, actual_config.auto_detect()); in TEST_F() 423 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect()); in TEST_F() 431 EXPECT_EQ(managed_params.auto_detect, actual_config.auto_detect()); in TEST_F() 440 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect()); in TEST_F() 448 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect()); in TEST_F()
|
| D | ui_proxy_config.cc | 61 } else if (net_config.auto_detect()) { in FromNetProxyConfig()
|
| /external/chromium_org/net/proxy/ |
| D | proxy_config_service_win_unittest.cc | 20 bool auto_detect; in TEST() member 196 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST()
|
| D | proxy_config_service_linux_unittest.cc | 408 bool auto_detect; in TEST_F() member 696 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 714 bool auto_detect; in TEST_F() member 1004 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 1024 EXPECT_FALSE(config.auto_detect()); in TEST_F() 1032 EXPECT_TRUE(config.auto_detect()); in TEST_F() 1054 bool auto_detect; in TEST_F() member 1513 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 1545 EXPECT_TRUE(config.auto_detect()); in TEST_F() 1565 EXPECT_FALSE(config.auto_detect()); in TEST_F() [all …]
|
| D | proxy_config.h | 207 bool auto_detect() const { in auto_detect() function
|
| D | proxy_script_decider.cc | 157 if (config.auto_detect()) { in BuildPacSourcesFallbackList()
|
| /external/chromium_org/chrome/browser/net/ |
| D | pref_proxy_config_tracker_impl_unittest.cc | 145 EXPECT_FALSE(actual_config.auto_detect()); in TEST_F() 158 EXPECT_TRUE(actual_config.auto_detect()); in TEST_F() 301 auto_detect = other.auto_detect; in operator =() 318 bool auto_detect; member 364 EXPECT_EQ(GetParam().auto_detect, config.auto_detect()); in TEST_P()
|
| /external/chromium_org/chrome/browser/resources/net_internals/ |
| D | log_view_painter.js | 708 if (config.auto_detect)
|
| /external/chromium_org/chrome/browser/chromeos/policy/proto/ |
| D | chrome_device_policy.proto | 60 // One of "direct", "auto_detect", "pac_script", "fixed_servers", "system"
|
| /external/chromium_org/components/policy/resources/ |
| D | policy_templates.json | 1177 'auto_detect', 1191 'value': 'auto_detect',
|