Searched defs:host_port_proxy_pair (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_session_key.h22 SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair,
33 const HostPortProxyPair& host_port_proxy_pair() const { function in class:net::SpdySessionKey
H A Dspdy_session_key.cc24 SpdySessionKey::SpdySessionKey(const HostPortProxyPair& host_port_proxy_pair, argument
26 : host_port_proxy_pair_(host_port_proxy_pair),
28 DVLOG(1) << "SpdySessionKey(hppp=" << host_port_proxy_pair.first.ToString()
29 << "," << host_port_proxy_pair.second.ToURI()
H A Dspdy_session.h256 return spdy_session_key_.host_port_proxy_pair().first;
258 const HostPortProxyPair& host_port_proxy_pair() const { function in class:net::SpdySession
259 return spdy_session_key_.host_port_proxy_pair();

Completed in 118 milliseconds