Home | History | Annotate | Download | only in spdy

Lines Matching refs:host_port_pair

27                   HostPortPair& host_port_pair) {
28 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
33 transport_params_ = new TransportSocketParams(host_port_pair,
38 connection->Init(host_port_pair.ToString(),
68 HostPortPair host_port_pair("www.google.com", 80);
69 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
71 host_port_pair));
124 HostPortPair host_port_pair("www.google.com", 80);
125 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
127 host_port_pair));
182 HostPortPair host_port_pair("www.google.com", 80);
183 HostPortProxyPair pair(host_port_pair, ProxyServer::Direct());
185 host_port_pair));