Home
last modified time | relevance | path

Searched refs:GetCache (Results 1 – 16 of 16) sorted by relevance

/external/chromium/net/http/
Dhttp_transaction_factory.h28 virtual HttpCache* GetCache() = 0;
Dhttp_network_layer.h60 virtual HttpCache* GetCache();
Dhttp_network_layer.cc147 HttpCache* HttpNetworkLayer::GetCache() { in GetCache() function in net::HttpNetworkLayer
Dhttp_transaction_unittest.h205 virtual net::HttpCache* GetCache();
Dhttp_cache.h186 virtual HttpCache* GetCache();
Dhttp_transaction_unittest.cc334 net::HttpCache* MockNetworkLayer::GetCache() { in GetCache() function in MockNetworkLayer
Dhttp_cache.cc479 HttpCache* HttpCache::GetCache() { in GetCache() function in net::HttpCache
/external/chromium/net/url_request/
Dview_cache_helper_unittest.cc91 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb); in FillCache()
186 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb); in TEST()
Dview_cache_helper.cc216 HttpCache* http_cache = context_->http_transaction_factory()->GetCache(); in DoGetBackend()
/external/chromium/chrome/browser/
Dbrowsing_data_remover.cc395 rv = factory->GetCache()->GetBackend(&cache_, &cache_callback_); in DoClearCache()
/external/chromium/chrome/browser/safe_browsing/
Dmalware_details_unittest.cc107 context->http_transaction_factory()->GetCache()->GetBackend(&cache, &cb); in FillCache()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp2286 static TCMalloc_ThreadCache* GetCache();
3068 inline TCMalloc_ThreadCache* TCMalloc_ThreadCache::GetCache() { in GetCache() function in WTF::TCMalloc_ThreadCache
3612 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCache(); in CreateCacheIfNecessary()
3711 TCMalloc_ThreadCache* heap = TCMalloc_ThreadCache::GetCache(); in CreateCacheIfNecessary()
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc92 net::HttpCache* http_cache = context->http_transaction_factory()->GetCache(); in GetDiskCacheBackend()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-14552 (WTF::TCMalloc_ThreadCache::GetCache):
597 (WTF::TCMalloc_ThreadCache::GetCache):
673 (WTF::TCMalloc_ThreadCache::GetCache):
4987 The TCMalloc module now initializes, if needed, inside GetCache() and
5001 (WTF::TCMalloc_ThreadCache::GetCache): Restored original TCMalloc code
5052 (WTF::do_malloc): Reverted WTF change only to call GetCache() if size <= kMaxSize.
5054 seemed like a race condition. Regardless, calling GetCache reduces the number
16261 (KXMLCore::TCMalloc_ThreadCache::GetCache):
16716 (KXMLCore::TCMalloc_ThreadCache::GetCache):
17098 (KXMLCore::TCMalloc_ThreadCache::GetCache):
DChangeLog-2008-08-1024423 (WTF::TCMalloc_ThreadCache::GetCache):
31006 (WTF::TCMalloc_ThreadCache::GetCache):
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2994059 (WebCore::V8ClassIndex::GetCache): Moved from src.chromium.org.