Searched refs:kNoProxyServer (Results 1 – 8 of 8) sorted by relevance
91 if (command_line_->HasSwitch(switches::kNoProxyServer) && in ValidateProxySwitches()97 << switches::kNoProxyServer << " was also specified."; in ValidateProxySwitches()146 if (command_line_->HasSwitch(switches::kNoProxyServer)) { in ApplyProxyMode()
81 cl.AppendSwitch(switches::kNoProxyServer); in TEST()140 cl.AppendSwitch(switches::kNoProxyServer); in TEST()
189 command_line_.AppendSwitch(switches::kNoProxyServer); in TEST_F()
28 command_line->AppendSwitch(switches::kNoProxyServer); in SetUpCommandLine()
46 command_line->AppendSwitch(switches::kNoProxyServer); in SetUpCommandLine()
384 { switches::kNoProxyServer, NULL },396 { switches::kNoProxyServer, NULL },
239 extern const char kNoProxyServer[];
851 const char kNoProxyServer[] = "no-proxy-server"; variable