Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_network_session.h142 void CloseAllConnections() { in CloseAllConnections() function
Dhttp_cache.h180 void CloseAllConnections();
Dhttp_cache.cc454 void HttpCache::CloseAllConnections() { in CloseAllConnections() function in net::HttpCache
459 session->CloseAllConnections(); in CloseAllConnections()
Dhttp_network_transaction_unittest.cc1609 session->CloseAllConnections(); in TEST_F()
1723 session->CloseAllConnections(); in TEST_F()
1781 session->CloseAllConnections(); in TEST_F()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp146 m_cache->CloseAllConnections(); in certTrustChangedImpl()
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc1207 http_network_session->CloseAllConnections(); in OnFlushSocketPools()