Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_stream_factory_test_util.cc32 bool is_websocket, in MockHttpStreamFactoryJob()
74 bool is_websocket, in CreateJob()
Dhttp_stream_factory_job.cc129 bool is_websocket, in Job()
400 bool is_websocket) { in ShouldForceQuic()
1341 bool is_websocket, in CreateJob()
Dhttp_stream_factory.cc148 bool is_websocket, in RequestStreamInternal()
Dhttp_stream_factory_job_controller.cc136 bool is_websocket, in JobController()
/external/cronet/net/spdy/
Dspdy_session_pool.cc55 bool is_websocket, in SpdySessionRequest()
205 bool is_websocket, in FindAvailableSession()
244 bool is_websocket, in RequestSession()
279 bool is_websocket, in OnHostResolutionComplete()
Dspdy_session_pool.h112 bool is_websocket() const { return is_websocket_; } in is_websocket() function
Dspdy_session_pool_unittest.cc133 bool is_websocket = false) { in TryCreateAliasedSpdySession()
/external/perfetto/include/perfetto/ext/base/http/
Dhttp_server.h124 bool is_websocket() const { return is_websocket_; } in is_websocket() function