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

/external/chromium/net/spdy/
H A Dspdy_session_pool.cc62 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) cons
61 Get( const HostPortProxyPair& host_port_proxy_pair, const BoundNetLog& net_log) argument
109 GetSpdySessionFromSocket( const HostPortProxyPair& host_port_proxy_pair, ClientSocketHandle* connection, const BoundNetLog& net_log, int certificate_error_code, scoped_refptr<SpdySession>* spdy_session, bool is_secure) argument
200 GetFromAlias( const HostPortProxyPair& host_port_proxy_pair, const BoundNetLog& net_log, bool record_histograms) const argument
279 AddSessionList( const HostPortProxyPair& host_port_proxy_pair) argument
308 RemoveSessionList( const HostPortProxyPair& host_port_proxy_pair) argument
[all...]
H A Dspdy_session.h51 // |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
H A Dspdy_session.cc242 SpdySession::SpdySession(const HostPortProxyPair& host_port_proxy_pair, argument
251 host_port_proxy_pair_(host_port_proxy_pair),

Completed in 70 milliseconds