Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_factory_job.cc120 try_websocket_over_http2_(is_websocket_ && in Job()
476 return try_websocket_over_http2_; in CanUseExistingSpdySession()
503 DCHECK(!is_websocket_ || try_websocket_over_http2_); in OnStreamReadyCallback()
1125 if (!try_websocket_over_http2_) { in SetSpdyHttpStreamOrBidirectionalStreamImpl()
H A Dhttp_stream_factory_job.h414 const bool try_websocket_over_http2_; variable