Searched refs:stream_factory_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.cc85 stream_factory_(stream_factory),
212 if (stream_factory_->for_websockets_ &&
216 stream_factory_->OnOrphanedJobComplete(this);
217 } else if (stream_factory_->for_websockets_) {
224 stream_factory_->OnOrphanedJobComplete(this);
299 DCHECK(!stream_factory_->for_websockets_);
301 stream_factory_->OnOrphanedJobComplete(this);
316 DCHECK(stream_factory_->for_websockets_);
344 stream_factory_->OnNewSpdySessionReady(
348 stream_factory_
[all...]
H A Dhttp_stream_factory_impl_job.h181 // nothing if |stream_factory_| is for WebSockets.
262 HttpStreamFactoryImpl* const stream_factory_; member in class:net::HttpStreamFactoryImpl::Job
/external/chromium_org/net/quic/
H A Dquic_client_session.cc147 stream_factory_(stream_factory),
233 if (round_trip_handshakes < 0 || !stream_factory_)
236 bool port_selected = stream_factory_->enable_port_selection();
547 stream_factory_->OnIdleSession(this);
824 if (stream_factory_)
825 stream_factory_->OnSessionGoingAway(this);
854 if (stream_factory_)
855 stream_factory_->OnSessionClosed(this);
866 // if (stream_factory_)
867 // stream_factory_
[all...]
H A Dquic_client_session.h228 QuicStreamFactory* stream_factory_; member in class:net::QuicClientSession

Completed in 853 milliseconds