Lines Matching refs:HostPortProxyPair
28 bool HostPortProxyPairsAreEqual(const HostPortProxyPair& a, in HostPortProxyPairsAreEqual()
29 const HostPortProxyPair& b) { in HostPortProxyPairsAreEqual()
62 const HostPortProxyPair& host_port_proxy_pair, in Get()
110 const HostPortProxyPair& host_port_proxy_pair, in GetSpdySessionFromSocket()
139 const HostPortProxyPair& host_port_proxy_pair) const { in HasSession()
201 const HostPortProxyPair& host_port_proxy_pair, in GetFromAlias()
224 const HostPortProxyPair& alias_pair = it->second; in GetFromAlias()
264 const HostPortProxyPair& SpdySessionPool::NormalizeListPair( in NormalizeListPair()
265 const HostPortProxyPair& host_port_proxy_pair) const { in NormalizeListPair()
269 static HostPortProxyPair* single_domain_pair = NULL; in NormalizeListPair()
272 single_domain_pair = new HostPortProxyPair(single_domain, in NormalizeListPair()
280 const HostPortProxyPair& host_port_proxy_pair) { in AddSessionList()
281 const HostPortProxyPair& pair = NormalizeListPair(host_port_proxy_pair); in AddSessionList()
300 const HostPortProxyPair& host_port_proxy_pair) const { in GetSessionList()
301 const HostPortProxyPair& pair = NormalizeListPair(host_port_proxy_pair); in GetSessionList()
309 const HostPortProxyPair& host_port_proxy_pair) { in RemoveSessionList()
310 const HostPortProxyPair& pair = NormalizeListPair(host_port_proxy_pair); in RemoveSessionList()
321 bool SpdySessionPool::LookupAddresses(const HostPortProxyPair& pair, in LookupAddresses()
335 const HostPortProxyPair& pair) { in AddAliases()
356 void SpdySessionPool::RemoveAliases(const HostPortProxyPair& pair) { in RemoveAliases()