Searched defs:is_websocket (Results 1 – 17 of 17) sorted by relevance
/external/cronet/stable/net/http/ |
D | http_stream_factory_test_util.cc | 31 bool is_websocket, in MockHttpStreamFactoryJob() 71 bool is_websocket, in CreateJob()
|
D | http_network_session.cc | 390 bool is_websocket) { in ShouldForceQuic()
|
D | http_stream_factory_job.cc | 107 bool is_websocket, in Job() 1250 bool is_websocket, in CreateJob()
|
D | http_stream_factory.cc | 225 bool is_websocket, in RequestStreamInternal()
|
D | http_stream_factory_job_controller.cc | 140 bool is_websocket, in JobController()
|
/external/cronet/tot/net/http/ |
D | http_stream_factory_test_util.cc | 31 bool is_websocket, in MockHttpStreamFactoryJob() 71 bool is_websocket, in CreateJob()
|
D | http_network_session.cc | 390 bool is_websocket) { in ShouldForceQuic()
|
D | http_stream_factory_job.cc | 107 bool is_websocket, in Job() 1250 bool is_websocket, in CreateJob()
|
D | http_stream_factory.cc | 225 bool is_websocket, in RequestStreamInternal()
|
D | http_stream_factory_job_controller.cc | 140 bool is_websocket, in JobController()
|
/external/cronet/tot/net/spdy/ |
D | spdy_session_pool.cc | 58 bool is_websocket, in SpdySessionRequest() 204 bool is_websocket, in FindAvailableSession() 260 bool is_websocket, in RequestSession() 295 bool is_websocket, in OnHostResolutionComplete()
|
D | spdy_session_pool.h | 112 bool is_websocket() const { return is_websocket_; } in is_websocket() function
|
D | spdy_session_pool_unittest.cc | 140 bool is_websocket = false) { in TryCreateAliasedSpdySession() 191 bool is_websocket = false) { in TryCreateAliasedSpdySession()
|
/external/cronet/stable/net/spdy/ |
D | spdy_session_pool.cc | 58 bool is_websocket, in SpdySessionRequest() 204 bool is_websocket, in FindAvailableSession() 260 bool is_websocket, in RequestSession() 295 bool is_websocket, in OnHostResolutionComplete()
|
D | spdy_session_pool.h | 112 bool is_websocket() const { return is_websocket_; } in is_websocket() function
|
D | spdy_session_pool_unittest.cc | 140 bool is_websocket = false) { in TryCreateAliasedSpdySession() 191 bool is_websocket = false) { in TryCreateAliasedSpdySession()
|
/external/perfetto/include/perfetto/ext/base/http/ |
D | http_server.h | 125 bool is_websocket() const { return is_websocket_; } in is_websocket() function
|