Home
last modified time | relevance | path

Searched refs:host_port_proxy_pair (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_session_key.cc24 SpdySessionKey::SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair, in SpdySessionKey() argument
26 : 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()
Dspdy_session_key.h22 SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair,
33 const HostPortProxyPair& host_port_proxy_pair() const { in host_port_proxy_pair() function
Dspdy_session.h256 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() function
259 return spdy_session_key_.host_port_proxy_pair(); in host_port_proxy_pair()
Dspdy_session.cc670 base::Bind(&NetLogSpdySessionCallback, &host_port_proxy_pair())); in SpdySession()
1792 dict->SetString("proxy", host_port_proxy_pair().second.ToURI()); in GetInfoAsValue()