HomeSort by relevance Sort by last modified time
    Searched full:stream_factory_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
http_stream_factory_impl_job.cc 85 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_->OnOrphanedJobComplete(this)
    [all...]
http_stream_factory_impl_job.h 181 // nothing if |stream_factory_| is for WebSockets.
262 HttpStreamFactoryImpl* const stream_factory_; member in class:net::HttpStreamFactoryImpl::Job
  /external/chromium_org/net/quic/
quic_client_session.cc 147 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_->OnSessionConnectTimeout(this)
    [all...]
quic_client_session.h 228 QuicStreamFactory* stream_factory_; member in class:net::QuicClientSession

Completed in 65 milliseconds