Lines Matching refs:SpdySession
61 scoped_refptr<SpdySession> SpdySessionPool::Get( in Get()
64 scoped_refptr<SpdySession> spdy_session; in Get()
95 spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_, in Get()
114 scoped_refptr<SpdySession>* spdy_session, in GetSpdySessionFromSocket()
120 *spdy_session = new SpdySession(host_port_proxy_pair, this, &spdy_settings_, in GetSpdySessionFromSocket()
144 scoped_refptr<SpdySession> spdy_session = in HasSession()
149 void SpdySessionPool::Remove(const scoped_refptr<SpdySession>& session) { in Remove()
186 scoped_refptr<SpdySession> SpdySessionPool::GetExistingSession( in GetExistingSession()
191 scoped_refptr<SpdySession> spdy_session = list->front(); in GetExistingSession()
200 scoped_refptr<SpdySession> SpdySessionPool::GetFromAlias( in GetFromAlias()
236 scoped_refptr<SpdySession> spdy_session = GetExistingSession(list, net_log); in GetFromAlias()
374 const scoped_refptr<SpdySession>& session = list->front(); in CloseAllSessions()
389 const scoped_refptr<SpdySession>& session = list->front(); in CloseCurrentSessions()
397 const scoped_refptr<SpdySession>& session = list->front(); in CloseCurrentSessions()
420 const scoped_refptr<SpdySession>& session = *session_it; in CloseIdleSessions()