Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.h163 static bool shouldMakeResourcePurgeableOnEviction();
218 inline bool MemoryCache::shouldMakeResourcePurgeableOnEviction() in shouldMakeResourcePurgeableOnEviction() function
DCachedCSSStyleSheet.cpp61 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() && isSafeToMakePurgeable()) in allClientsRemoved()
DCachedScript.cpp126 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() && isSafeToMakePurgeable()) in destroyDecodedData()
DMemoryCache.cpp137 …bool wasPurgeable = MemoryCache::shouldMakeResourcePurgeableOnEviction() && resource && resource->… in resourceForURL()
304 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction()) in makeResourcePurgeable()
341 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction() || !resource->isPurgeable()) in evict()
DCachedImage.cpp338 if (!MemoryCache::shouldMakeResourcePurgeableOnEviction()) in destroyDecodedData()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0616894 (WebCore::MemoryCache::shouldMakeResourcePurgeableOnEviction):
17054 (WebCore::Cache::shouldMakeResourcePurgeableOnEviction):
50163 shouldMakeResourcePurgeableOnEviction() returns true.
50189 (WebCore::Cache::shouldMakeResourcePurgeableOnEviction): Added. Indicates if the new