HomeSort by relevance Sort by last modified time
    Searched defs:auto_detect (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 20 bool auto_detect; member in struct:net::__anon3764
35 true, // auto_detect
50 false, // auto_detect
65 false, // auto_detect
80 false, // auto_detect
97 false, // auto_detect
121 false, // auto_detect
140 true, // auto_detect
156 true, // auto_detect
171 true, // auto_detect
    [all...]
init_proxy_resolver.h 67 PacURL(bool auto_detect, const GURL& url)
68 : auto_detect(auto_detect), url(url) {}
69 bool auto_detect; member in struct:net::InitProxyResolver::PacURL
proxy_config.h 160 bool auto_detect() const { function in class:net::ProxyConfig
proxy_config_service_linux_unittest.cc 402 bool auto_detect; member in struct:net::__anon3759
419 false, // auto_detect
437 true, // auto_detect
455 false, // auto_detect
473 false, // auto_detect
491 false, // auto_detect
511 false, // auto_detect
529 false, // auto_detect
551 false, // auto_detect
574 false, // auto_detect
656 bool auto_detect; member in struct:net::__anon3760
996 bool auto_detect; member in struct:net::__anon3761
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 56 bool auto_detect; member in struct:chromeos::__anon2634::__anon2635
71 false, // auto_detect
83 MK_MODE(AUTO_DETECT), // mode
87 true, // auto_detect
104 false, // auto_detect
121 false, // auto_detect
139 false, // auto_detect
159 false, // auto_detect
179 false, // auto_detect
203 false, // auto_detect
    [all...]
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 134 EXPECT_FALSE(actual_config.auto_detect());
147 EXPECT_TRUE(actual_config.auto_detect());
274 auto_detect = other.auto_detect;
291 bool auto_detect; member in struct:__anon2890::CommandLineTestParams
335 EXPECT_EQ(GetParam().auto_detect, config.auto_detect());
348 false, // auto_detect
360 false, // auto_detect
373 false, // auto_detect
    [all...]

Completed in 1381 milliseconds