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

  /external/chromium/net/proxy/
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_service_win_unittest.cc 20 bool auto_detect; member in struct:net::__anon4561
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.cc 90 if (config.auto_detect())
180 pac_url.auto_detect ? GURL(kWpadUrl) : pac_url.url;
221 script_data = pac_url.auto_detect ?
238 if (current_pac_url().auto_detect && resolver_->expects_pac_bytes()) {
241 } else if (current_pac_url().auto_detect) {
proxy_config_service_linux_unittest.cc 402 bool auto_detect; member in struct:net::__anon4556
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::__anon4557
996 bool auto_detect; member in struct:net::__anon4558
    [all...]
proxy_config.h 160 bool auto_detect() const { function in class:net::ProxyConfig
  /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:__anon3687::CommandLineTestParams
335 EXPECT_EQ(GetParam().auto_detect, config.auto_detect());
348 false, // auto_detect
360 false, // auto_detect
373 false, // auto_detect
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 56 bool auto_detect; member in struct:chromeos::__anon3431::__anon3432
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/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 58 AUTO: 'auto_detect',
597 return {mode: 'auto_detect'};
695 // Normalize `auto_detect`
696 if (c.mode === 'auto_detect')
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 376 if (config.auto_detect)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 412 {mode: 'auto_detect'},

Completed in 114 milliseconds