Searched refs:CloseAllSessions (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_network_session.cc201 spdy_session_pool_.CloseAllSessions();
280 quic_stream_factory_.CloseAllSessions(ERR_ABORTED);
/external/chromium_org/net/spdy/
H A Dspdy_session_pool.h121 void CloseAllSessions();
H A Dspdy_session_pool.cc74 CloseAllSessions();
255 void SpdySessionPool::CloseAllSessions() { function in class:net::SpdySessionPool
H A Dspdy_session_pool_unittest.cc259 // CloseAllSessions should close the newly-created session.
260 TEST_P(SpdySessionPoolTest, CloseAllSessions) {
305 spdy_session_pool_->CloseAllSessions();
H A Dspdy_proxy_client_socket_unittest.cc168 session_->spdy_session_pool()->CloseAllSessions();
H A Dspdy_network_transaction_unittest.cc184 session()->spdy_session_pool()->CloseAllSessions();
2198 helper.session()->spdy_session_pool()->CloseAllSessions();
2238 helper.session()->spdy_session_pool()->CloseAllSessions();
/external/chromium_org/net/quic/
H A Dquic_stream_factory.cc535 CloseAllSessions(ERR_ABORTED);
749 void QuicStreamFactory::CloseAllSessions(int error) { function in class:net::QuicStreamFactory
789 CloseAllSessions(ERR_NETWORK_CHANGED);
794 CloseAllSessions(ERR_CERT_DATABASE_CHANGED);
807 CloseAllSessions(ERR_CERT_DATABASE_CHANGED);
H A Dquic_stream_factory.h140 void CloseAllSessions(int error);
H A Dquic_stream_factory_test.cc1189 TEST_P(QuicStreamFactoryTest, CloseAllSessions) {
1226 factory_.CloseAllSessions(ERR_INTERNET_DISCONNECTED);
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc1324 session_->spdy_session_pool()->CloseAllSessions();
1379 session_->spdy_session_pool()->CloseAllSessions();

Completed in 1079 milliseconds