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.h84 raw_ptr<SpdySessionPool> spdy_session_pool; member
/external/cronet/net/spdy/
Dspdy_session_pool.h120 SpdySessionPool* spdy_session_pool() { return spdy_session_pool_; } in spdy_session_pool() function
Dspdy_session_pool.cc58 SpdySessionPool* spdy_session_pool) in SpdySessionRequest()
Dspdy_stream_unittest.cc151 static SpdySessionPool* spdy_session_pool( in spdy_session_pool() function in net::test::SpdyStreamTest
Dspdy_network_transaction_unittest.cc2476 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_F() local
4100 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_F() local
4748 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_F() local
5450 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_F() local
8286 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_F() local
Dspdy_session_pool_unittest.cc187 SessionOpeningDelegate(SpdySessionPool* spdy_session_pool, in SessionOpeningDelegate()
/external/cronet/net/http/
Dhttp_network_session.h253 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } in spdy_session_pool() function