Home
last modified time | relevance | path

Searched refs:spdy_session_pool_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_session_pool_unittest.cc37 spdy_session_pool_(NULL) {} in SpdySessionPoolTest()
41 spdy_session_pool_ = http_session_->spdy_session_pool(); in CreateNetworkSession()
48 SpdySessionPool* spdy_session_pool_; member in net::__anone66b76560111::SpdySessionPoolTest
62 : spdy_session_pool_(spdy_session_pool), in SessionOpeningDelegate()
79 ignore_result(CreateFakeSpdySession(spdy_session_pool_, key_)); in OnClose()
83 SpdySessionPool* const spdy_session_pool_; member in net::__anone66b76560111::SessionOpeningDelegate
123 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key)); in TEST_P()
130 SessionOpeningDelegate delegate(spdy_session_pool_, test_key); in TEST_P()
134 spdy_session_pool_->CloseCurrentSessions(net::ERR_ABORTED); in TEST_P()
136 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, test_key)); in TEST_P()
[all …]
Dspdy_session_unittest.cc108 spdy_session_pool_(NULL), in SpdySessionTest()
131 spdy_session_pool_ = http_session_->spdy_session_pool(); in CreateDeterministicNetworkSession()
137 spdy_session_pool_ = http_session_->spdy_session_pool(); in CreateNetworkSession()
177 SpdySessionPool* spdy_session_pool_; member in net::SpdySessionTest
195 spdy_session_pool_, key_, ERR_CONNECTION_CLOSED); in TEST_P()
307 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, key_)); in TEST_P()
311 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, key_)); in TEST_P()
340 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, key_)); in TEST_P()
401 EXPECT_TRUE(HasSpdySession(spdy_session_pool_, key_)); in TEST_P()
406 EXPECT_FALSE(HasSpdySession(spdy_session_pool_, key_)); in TEST_P()
[all …]
/external/chromium_org/net/http/
Dhttp_network_session.cc141 spdy_session_pool_(params.host_resolver, in HttpNetworkSession()
201 spdy_session_pool_.CloseAllSessions(); in ~HttpNetworkSession()
251 return spdy_session_pool_.SpdySessionPoolInfoToValue(); in SpdySessionPoolInfoToValue()
279 spdy_session_pool_.CloseCurrentSessions(ERR_ABORTED); in CloseAllConnections()
286 spdy_session_pool_.CloseCurrentIdleSessions(); in CloseIdleConnections()
Dhttp_network_session.h162 SpdySessionPool* spdy_session_pool() { return &spdy_session_pool_; } in spdy_session_pool()
235 SpdySessionPool spdy_session_pool_; variable
Dhttp_proxy_client_socket_pool.h72 return spdy_session_pool_; in spdy_session_pool()
88 SpdySessionPool* spdy_session_pool_; variable
Dhttp_proxy_client_socket_pool.cc44 spdy_session_pool_(spdy_session_pool), in HttpProxySocketParams()