Home
last modified time | relevance | path

Searched defs:is_websocket (Results 1 – 17 of 17) sorted by relevance

/external/cronet/stable/net/http/
Dhttp_stream_factory_test_util.cc31 bool is_websocket, in MockHttpStreamFactoryJob()
71 bool is_websocket, in CreateJob()
Dhttp_network_session.cc390 bool is_websocket) { in ShouldForceQuic()
Dhttp_stream_factory_job.cc107 bool is_websocket, in Job()
1250 bool is_websocket, in CreateJob()
Dhttp_stream_factory.cc225 bool is_websocket, in RequestStreamInternal()
Dhttp_stream_factory_job_controller.cc140 bool is_websocket, in JobController()
/external/cronet/tot/net/http/
Dhttp_stream_factory_test_util.cc31 bool is_websocket, in MockHttpStreamFactoryJob()
71 bool is_websocket, in CreateJob()
Dhttp_network_session.cc390 bool is_websocket) { in ShouldForceQuic()
Dhttp_stream_factory_job.cc107 bool is_websocket, in Job()
1250 bool is_websocket, in CreateJob()
Dhttp_stream_factory.cc225 bool is_websocket, in RequestStreamInternal()
Dhttp_stream_factory_job_controller.cc140 bool is_websocket, in JobController()
/external/cronet/tot/net/spdy/
Dspdy_session_pool.cc58 bool is_websocket, in SpdySessionRequest()
204 bool is_websocket, in FindAvailableSession()
260 bool is_websocket, in RequestSession()
295 bool is_websocket, in OnHostResolutionComplete()
Dspdy_session_pool.h112 bool is_websocket() const { return is_websocket_; } in is_websocket() function
Dspdy_session_pool_unittest.cc140 bool is_websocket = false) { in TryCreateAliasedSpdySession()
191 bool is_websocket = false) { in TryCreateAliasedSpdySession()
/external/cronet/stable/net/spdy/
Dspdy_session_pool.cc58 bool is_websocket, in SpdySessionRequest()
204 bool is_websocket, in FindAvailableSession()
260 bool is_websocket, in RequestSession()
295 bool is_websocket, in OnHostResolutionComplete()
Dspdy_session_pool.h112 bool is_websocket() const { return is_websocket_; } in is_websocket() function
Dspdy_session_pool_unittest.cc140 bool is_websocket = false) { in TryCreateAliasedSpdySession()
191 bool is_websocket = false) { in TryCreateAliasedSpdySession()
/external/perfetto/include/perfetto/ext/base/http/
Dhttp_server.h125 bool is_websocket() const { return is_websocket_; } in is_websocket() function