HomeSort by relevance Sort by last modified time
    Searched refs:CloseCurrentSessions (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/spdy/
spdy_session_pool.cc 245 void SpdySessionPool::CloseCurrentSessions(net::Error error) {
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);
spdy_session_pool.h 112 void CloseCurrentSessions(net::Error error);
spdy_session_pool_unittest.cc 88 // 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);
spdy_network_transaction_unittest.cc 228 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
    [all...]
  /external/chromium_org/net/http/
http_network_session.cc 279 spdy_session_pool_.CloseCurrentSessions(ERR_ABORTED);

Completed in 161 milliseconds