Home
last modified time | relevance | path

Searched refs:makeResourcePurgeable (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.h190 bool makeResourcePurgeable(CachedResource*);
DMemoryCache.cpp266 if (!makeResourcePurgeable(current)) in pruneDeadResources()
302 bool MemoryCache::makeResourcePurgeable(CachedResource* resource) in makeResourcePurgeable() function in WebCore::MemoryCache
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0616875 (WebCore::MemoryCache::makeResourcePurgeable):
17025 (WebCore::Cache::makeResourcePurgeable):
30566 with Cache::makeResourcePurgeable(). This wasn't taking into account whether the resource
30567 was already purgeable or not, and the makeResourcePurgeable call was always calling
30578 (WebCore::Cache::makeResourcePurgeable):
50150 (WebCore::Cache::makeResourcePurgeable):
50183 (WebCore::Cache::makeResourcePurgeable): Added. Try to mark resource
50186 (WebCore::Cache::evict): Don't decrement size if we already did it in makeResourcePurgeable.