HomeSort by relevance Sort by last modified time
    Searched refs:host_port_proxy_pair_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/spdy/
spdy_session.h 63 return host_port_proxy_pair_.first;
66 return host_port_proxy_pair_;
431 const HostPortProxyPair host_port_proxy_pair_; member in class:net::SpdySession
spdy_session.cc 251 host_port_proxy_pair_(host_port_proxy_pair),
287 new NetLogSpdySessionParameter(host_port_proxy_pair_)));
923 dict->SetString("host_port_pair", host_port_proxy_pair_.first.ToString());
924 dict->SetString("proxy", host_port_proxy_pair_.second.ToURI());
    [all...]

Completed in 27 milliseconds