Lines Matching defs:tunnel
107 proxy.tunnel = false;
127 proxy.tunnel = false;
146 proxy.tunnel = false;
166 proxy.tunnel = true;
188 proxy.tunnel = true;
687 proxy.tunnel = false;
696 bool tunnel = false;
697 task->GetHttpProxyInfo(host, port, exclusions, tunnel);
702 EXPECT_FALSE(tunnel);
716 proxy.tunnel = false;
725 bool tunnel = false;
726 task->GetHttpProxyInfo(host, port, exclusions, tunnel);
731 EXPECT_FALSE(tunnel);