Home
last modified time | relevance | path

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

/external/cronet/net/socket/
Dclient_socket_pool.cc45 SpdySessionPool* spdy_session_pool, in OnHostResolution()
Dconnect_job.cc35 SpdySessionPool* spdy_session_pool, in CommonConnectJobParams()
Dconnect_job.h91 raw_ptr<SpdySessionPool> spdy_session_pool; member
/external/cronet/net/spdy/
Dspdy_session_pool.h118 SpdySessionPool* spdy_session_pool() { return spdy_session_pool_; } in spdy_session_pool() function
Dspdy_session_pool.cc57 SpdySessionPool* spdy_session_pool) in SpdySessionRequest()
Dspdy_stream_unittest.cc146 static SpdySessionPool* spdy_session_pool( in spdy_session_pool() function in net::test::SpdyStreamTest
Dspdy_session_pool_unittest.cc199 SessionOpeningDelegate(SpdySessionPool* spdy_session_pool, in SessionOpeningDelegate()
Dspdy_network_transaction_unittest.cc4053 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
4975 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
5675 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
8487 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
/external/cronet/net/http/
Dhttp_network_session.h249 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } in spdy_session_pool() function