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 348 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 405 EXPECT_EQ(managed_params.auto_detect, actual_config.auto_detect()); in TEST_F() 414 EXPECT_EQ(recommended_params.auto_detect, actual_config.auto_detect()); in TEST_F() 422 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect()); in TEST_F() 430 EXPECT_EQ(managed_params.auto_detect, actual_config.auto_detect()); in TEST_F() 439 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect()); in TEST_F() 447 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 | 17 BOOL auto_detect; in TEST() member 27 bool auto_detect; in TEST() member 201 tests[i].ie_config.auto_detect, in TEST() 208 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST()
|
D | proxy_config_service_linux_unittest.cc | 411 bool auto_detect; in TEST_F() member 699 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 717 bool auto_detect; in TEST_F() member 1007 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 1027 EXPECT_FALSE(config.auto_detect()); in TEST_F() 1035 EXPECT_TRUE(config.auto_detect()); in TEST_F() 1057 bool auto_detect; in TEST_F() member 1516 EXPECT_EQ(tests[i].auto_detect, config.auto_detect()); in TEST_F() 1548 EXPECT_TRUE(config.auto_detect()); in TEST_F() 1568 EXPECT_FALSE(config.auto_detect()); in TEST_F() [all …]
|
D | proxy_config.h | 213 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 | 144 EXPECT_FALSE(actual_config.auto_detect()); in TEST_F() 157 EXPECT_TRUE(actual_config.auto_detect()); in TEST_F() 300 auto_detect = other.auto_detect; in operator =() 317 bool auto_detect; member 363 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 | 1227 'auto_detect', 1241 'value': 'auto_detect',
|