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

  /external/chromium/net/spdy/
spdy_session_pool.h 49 const HostPortProxyPair& host_port_proxy_pair,
69 const HostPortProxyPair& host_port_proxy_pair,
78 bool HasSession(const HostPortProxyPair& host_port_proxy_pair) const;
136 const HostPortProxyPair& host_port_proxy_pair,
142 const HostPortProxyPair& host_port_proxy_pair) const;
144 const HostPortProxyPair& host_port_proxy_pair);
146 const HostPortProxyPair& host_port_proxy_pair) const;
147 void RemoveSessionList(const HostPortProxyPair& host_port_proxy_pair);
spdy_session_pool.cc 62 const HostPortProxyPair& host_port_proxy_pair,
65 SpdySessionList* list = GetSessionList(host_port_proxy_pair);
68 spdy_session = GetFromAlias(host_port_proxy_pair, net_log, true);
79 list = AddSessionList(host_port_proxy_pair);
95 spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_,
110 const HostPortProxyPair& host_port_proxy_pair,
120 *spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_,
122 SpdySessionList* list = GetSessionList(host_port_proxy_pair);
124 list = AddSessionList(host_port_proxy_pair);
139 const HostPortProxyPair& host_port_proxy_pair) const
    [all...]
spdy_session.h 51 // |host_port_proxy_pair| is the host/port that this session connects to, and
57 SpdySession(const HostPortProxyPair& host_port_proxy_pair,
65 const HostPortProxyPair& host_port_proxy_pair() const { function in class:net::SpdySession
spdy_session.cc 242 SpdySession::SpdySession(const HostPortProxyPair& host_port_proxy_pair,
251 host_port_proxy_pair_(host_port_proxy_pair),
    [all...]
  /external/chromium/net/http/
http_stream_factory_impl.cc 175 spdy_session->host_port_proxy_pair();

Completed in 237 milliseconds