Searched refs:makeResourcePurgeable (Results 1 – 3 of 3) sorted by relevance
190 bool makeResourcePurgeable(CachedResource*);
266 if (!makeResourcePurgeable(current)) in pruneDeadResources()302 bool MemoryCache::makeResourcePurgeable(CachedResource* resource) in makeResourcePurgeable() function in WebCore::MemoryCache
16875 (WebCore::MemoryCache::makeResourcePurgeable):17025 (WebCore::Cache::makeResourcePurgeable):30566 with Cache::makeResourcePurgeable(). This wasn't taking into account whether the resource30567 was already purgeable or not, and the makeResourcePurgeable call was always calling30578 (WebCore::Cache::makeResourcePurgeable):50150 (WebCore::Cache::makeResourcePurgeable):50183 (WebCore::Cache::makeResourcePurgeable): Added. Try to mark resource50186 (WebCore::Cache::evict): Don't decrement size if we already did it in makeResourcePurgeable.