Searched refs:new_spdy_session_ (Results 1 – 2 of 2) sorted by relevance
205 DCHECK(new_spdy_session_); in OnSpdySessionReadyCallback()206 scoped_refptr<SpdySession> spdy_session = new_spdy_session_; in OnSpdySessionReadyCallback()207 new_spdy_session_ = NULL; in OnSpdySessionReadyCallback()274 if (new_spdy_session_) { in OnPreconnectsComplete()276 new_spdy_session_, spdy_session_direct_, ssl_config_, in OnPreconnectsComplete()363 if (new_spdy_session_) { in RunLoop()775 new_spdy_session_ = spdy_session; in DoCreateStream()
263 scoped_refptr<SpdySession> new_spdy_session_; variable