Searched refs:CloseCurrentSessions (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_session_pool.cc245 void SpdySessionPool::CloseCurrentSessions(net::Error error) { function in class:net::SpdySessionPool
303 CloseCurrentSessions(ERR_NETWORK_CHANGED);
307 CloseCurrentSessions(ERR_CERT_DATABASE_CHANGED);
311 // Per wtc, we actually only need to CloseCurrentSessions when trust is
312 // reduced. CloseCurrentSessions now because OnCACertChanged does not
315 CloseCurrentSessions(ERR_CERT_DATABASE_CHANGED);
H A Dspdy_session_pool.h112 void CloseCurrentSessions(net::Error error);
H A Dspdy_session_pool_unittest.cc88 // CloseCurrentSessions should not close the newly-created session.
89 TEST_P(SpdySessionPoolTest, CloseCurrentSessions) {
134 spdy_session_pool_->CloseCurrentSessions(net::ERR_ABORTED);
314 // sessions are closed with SpdySessionPool::CloseCurrentSessions().
438 spdy_session_pool_->CloseCurrentSessions(ERR_ABORTED);
H A Dspdy_network_transaction_unittest.cc228 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
/external/chromium_org/net/http/
H A Dhttp_network_session.cc279 spdy_session_pool_.CloseCurrentSessions(ERR_ABORTED);

Completed in 120 milliseconds