Home
last modified time | relevance | path

Searched refs:existing_spdy_session_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_stream_factory_impl_job.cc790 existing_spdy_session_ = spdy_session; in DoInitConnection()
880 existing_spdy_session_ = in DoInitConnectionComplete()
883 if (existing_spdy_session_) { in DoInitConnectionComplete()
1048 DCHECK(connection_->socket() || existing_spdy_session_.get() || using_quic_); in DoCreateStream()
1083 if (existing_spdy_session_.get()) { in DoCreateStream()
1089 int set_result = SetSpdyHttpStream(existing_spdy_session_, direct); in DoCreateStream()
1090 existing_spdy_session_.reset(); in DoCreateStream()
Dhttp_stream_factory_impl_job.h330 base::WeakPtr<SpdySession> existing_spdy_session_; variable