Home | History | Annotate | Download | only in socket

Lines Matching refs:test_hosts

658   } test_hosts[] = {
665 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(test_hosts); i++) {
666 host_resolver_.rules()->AddIPLiteralRule(test_hosts[i].name,
667 test_hosts[i].iplist, "");
671 HostResolver::RequestInfo info(HostPortPair(test_hosts[i].name, kTestPort));
676 test_hosts[i].pair = HostPortProxyPair(
677 HostPortPair(test_hosts[i].name, kTestPort), ProxyServer::Direct());
717 test_hosts[0].pair, handle.release(), BoundNetLog(), 0,
721 EXPECT_TRUE(session_->spdy_session_pool()->HasSession(test_hosts[0].pair));
722 EXPECT_FALSE(session_->spdy_session_pool()->HasSession(test_hosts[1].pair));
723 EXPECT_TRUE(session_->spdy_session_pool()->HasSession(test_hosts[2].pair));