Home
last modified time | relevance | path

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

/external/chromium/net/spdy/
Dspdy_session_unittest.cc88 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F() local
193 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F() local
277 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F() local
384 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in TEST_F() local
459 SpdySessionPool* spdy_session_pool(http_session->spdy_session_pool()); in IPPoolingTest() local
Dspdy_session.cc214 SpdySessionPool* spdy_session_pool, in SpdySession()
Dspdy_network_transaction_unittest.cc4207 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
4316 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
4573 SpdySessionPool* spdy_session_pool = helper.session()->spdy_session_pool(); in TEST_P() local
/external/chromium/net/http/
Dhttp_proxy_client_socket_pool.h65 SpdySessionPool* spdy_session_pool() { in spdy_session_pool() function
Dhttp_network_session.h116 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } in spdy_session_pool() function
Dhttp_proxy_client_socket_pool.cc38 SpdySessionPool* spdy_session_pool, in HttpProxySocketParams()