Home
last modified time | relevance | path

Searched defs:spdy_session_pool (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dclient_socket_pool.cc50 SpdySessionPool* spdy_session_pool, in OnHostResolution()
H A Dconnect_job.cc35 SpdySessionPool* spdy_session_pool, in CommonConnectJobParams()
H A Dconnect_job.h94 raw_ptr<SpdySessionPool> spdy_session_pool; member
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_pool.h118 SpdySessionPool* spdy_session_pool() { return spdy_session_pool_; } in spdy_session_pool() function
H A Dspdy_session_pool.cc57 SpdySessionPool* spdy_session_pool) in SpdySessionRequest()
H A Dspdy_stream_unittest.cc148 static SpdySessionPool* spdy_session_pool( in spdy_session_pool() function in net::test::SpdyStreamTest
H A Dspdy_session_pool_unittest.cc200 SessionOpeningDelegate(SpdySessionPool* spdy_session_pool, in SessionOpeningDelegate()
H A Dspdy_network_transaction_unittest.cc4181 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
5103 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
5804 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
8782 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_network_session.h244 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } in spdy_session_pool() function