Home
last modified time | relevance | path

Searched refs:for_websockets_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/http/
Dhttp_stream_factory_impl.cc50 for_websockets_(for_websockets) {} in HttpStreamFactoryImpl()
75 DCHECK(!for_websockets_); in RequestStream()
93 DCHECK(for_websockets_); in RequestWebSocketHandshakeStream()
162 DCHECK(!for_websockets_); in PreconnectStreams()
292 if (for_websockets_) { in OnNewSpdySessionReady()
Dhttp_stream_factory_impl_job.cc219 if (stream_factory_->for_websockets_ && in Orphan()
223 } else if (stream_factory_->for_websockets_) { in Orphan()
303 DCHECK(!stream_factory_->for_websockets_); in OnStreamReadyCallback()
320 DCHECK(stream_factory_->for_websockets_); in OnWebSocketHandshakeStreamReadyCallback()
531 } else if (stream_factory_->for_websockets_) { in RunLoop()
835 DCHECK(!stream_factory_->for_websockets_); in DoInitConnection()
857 if (stream_factory_->for_websockets_) { in DoInitConnection()
1060 DCHECK(!stream_factory_->for_websockets_); in DoCreateStream()
1065 } else if (stream_factory_->for_websockets_) { in DoCreateStream()
1142 if (stream_factory_->for_websockets_) { in DoCreateStream()
[all …]
Dhttp_stream_factory_impl_request.cc107 DCHECK(!factory_->for_websockets_); in OnStreamReady()
120 DCHECK(factory_->for_websockets_); in OnWebSocketHandshakeStreamReady()
320 if (factory->for_websockets_) { in OnNewSpdySessionReady()
Dhttp_stream_factory_impl.h153 const bool for_websockets_; variable