Searched refs:host_port_proxy_pair (Results 1 – 4 of 4) sorted by relevance
24 SpdySessionKey::SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair, in SpdySessionKey() argument26 : host_port_proxy_pair_(host_port_proxy_pair), in SpdySessionKey()28 DVLOG(1) << "SpdySessionKey(hppp=" << host_port_proxy_pair.first.ToString() in SpdySessionKey()29 << "," << host_port_proxy_pair.second.ToURI() in SpdySessionKey()
22 SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair,33 const HostPortProxyPair& host_port_proxy_pair() const { in host_port_proxy_pair() function
256 return spdy_session_key_.host_port_proxy_pair().first; in host_port_pair()258 const HostPortProxyPair& host_port_proxy_pair() const { in host_port_proxy_pair() function259 return spdy_session_key_.host_port_proxy_pair(); in host_port_proxy_pair()
670 base::Bind(&NetLogSpdySessionCallback, &host_port_proxy_pair())); in SpdySession()1792 dict->SetString("proxy", host_port_proxy_pair().second.ToURI()); in GetInfoAsValue()