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 242 void SpdySessionPool::CloseCurrentSessions(net::Error error) {
300 CloseCurrentSessions(ERR_NETWORK_CHANGED);
304 CloseCurrentSessions(ERR_CERT_DATABASE_CHANGED);
308 // Per wtc, we actually only need to CloseCurrentSessions when trust is
309 // reduced. CloseCurrentSessions now because OnCACertChanged does not
312 CloseCurrentSessions(ERR_CERT_DATABASE_CHANGED);
spdy_session_pool.h 110 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 237 session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
    [all...]
  /external/chromium_org/net/http/
http_network_session.cc 263 spdy_session_pool_.CloseCurrentSessions(ERR_ABORTED);

Completed in 227 milliseconds