Home
last modified time | relevance | path

Searched refs:host_port_proxy_pair_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/spdy/
Dspdy_session.h63 return host_port_proxy_pair_.first; in host_port_pair()
66 return host_port_proxy_pair_; in host_port_proxy_pair()
354 const HostPortProxyPair host_port_proxy_pair_; variable
Dspdy_session.cc222 host_port_proxy_pair_(host_port_proxy_pair), in SpdySession()
252 new NetLogSpdySessionParameter(host_port_proxy_pair_))); in SpdySession()
877 dict->SetString("host_port_pair", host_port_proxy_pair_.first.ToString()); in GetInfoAsValue()
878 dict->SetString("proxy", host_port_proxy_pair_.second.ToURI()); in GetInfoAsValue()