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

  /external/chromium_org/net/spdy/
spdy_session_key.cc 17 : host_port_proxy_pair_(host_port_pair, proxy_server),
26 : host_port_proxy_pair_(host_port_proxy_pair),
38 if (!host_port_proxy_pair_.first.Equals(other.host_port_proxy_pair_.first))
39 return host_port_proxy_pair_.first < other.host_port_proxy_pair_.first;
40 return host_port_proxy_pair_.second < other.host_port_proxy_pair_.second;
45 host_port_proxy_pair_.first.Equals(other.host_port_proxy_pair_.first) &
    [all...]
spdy_session_key.h 34 return host_port_proxy_pair_;
38 return host_port_proxy_pair_.first;
42 return host_port_proxy_pair_.second;
50 HostPortProxyPair host_port_proxy_pair_; member in class:net::SpdySessionKey

Completed in 3055 milliseconds