HomeSort by relevance Sort by last modified time
    Searched refs:auto_detect (Results 1 - 20 of 20) 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::__anon5576
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::__anon5571
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::__anon5572
996 bool auto_detect; member in struct:net::__anon5573
    [all...]
proxy_config.h 160 bool auto_detect() const { function in class:net::ProxyConfig
  /external/chromium_org/net/proxy/
proxy_config_service_win_unittest.cc 20 bool auto_detect; member in struct:net::__anon11263
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...]
proxy_config_service_linux_unittest.cc 408 bool auto_detect; member in struct:net::__anon11258
425 false, // auto_detect
443 true, // auto_detect
461 false, // auto_detect
479 false, // auto_detect
497 false, // auto_detect
517 false, // auto_detect
535 false, // auto_detect
557 false, // auto_detect
580 false, // auto_detect
714 bool auto_detect; member in struct:net::__anon11259
1054 bool auto_detect; member in struct:net::__anon11260
    [all...]
proxy_config.h 207 bool auto_detect() const { function in class:net::ProxyConfig
proxy_script_decider.cc 143 if (config.auto_detect()) {
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 57 bool auto_detect; member in struct:chromeos::__anon7031::TestParams
69 false, // auto_detect
78 MK_MODE(AUTO_DETECT), // mode
82 true, // auto_detect
96 false, // auto_detect
110 false, // auto_detect
125 false, // auto_detect
142 false, // auto_detect
159 false, // auto_detect
177 false, // auto_detect
    [all...]
ui_proxy_config.cc 61 } else if (net_config.auto_detect()) {
  /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:__anon4702::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_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 145 EXPECT_FALSE(actual_config.auto_detect());
158 EXPECT_TRUE(actual_config.auto_detect());
301 auto_detect = other.auto_detect;
318 bool auto_detect; member in struct:__anon7785::CommandLineTestParams
363 EXPECT_EQ(GetParam().auto_detect, config.auto_detect());
376 false, // auto_detect
388 false, // auto_detect
401 false, // auto_detect
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 56 bool auto_detect; member in struct:chromeos::__anon4446::__anon4447
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_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 58 AUTO: 'auto_detect',
607 return {mode: 'auto_detect'};
708 // Normalize `auto_detect`
709 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'},
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 406 {mode: 'auto_detect'},
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 678 if (config.auto_detect)

Completed in 6433 milliseconds