Lines Matching defs:tunnel
106 proxy.tunnel = false;
126 proxy.tunnel = false;
145 proxy.tunnel = false;
165 proxy.tunnel = true;
187 proxy.tunnel = true;
686 proxy.tunnel = false;
695 bool tunnel = false;
696 task->GetHttpProxyInfo(host, port, exclusions, tunnel);
701 EXPECT_FALSE(tunnel);
715 proxy.tunnel = false;
724 bool tunnel = false;
725 task->GetHttpProxyInfo(host, port, exclusions, tunnel);
730 EXPECT_FALSE(tunnel);