Home | History | Annotate | Download | only in src

Lines Matching refs:memoryCache

34 // Instead of providing accessors, we make all members of MemoryCache public.
35 // This will make it easier to track WebCore changes to the MemoryCache class.
36 // FIXME: We should introduce public getters on the MemoryCache class.
38 #include "MemoryCache.h"
45 // A helper method for coverting a MemoryCache::TypeStatistic to a
47 static void ToResourceTypeStat(const MemoryCache::TypeStatistic& from,
59 MemoryCache* cache = WebCore::memoryCache();
68 MemoryCache* cache = WebCore::memoryCache();
79 MemoryCache* cache = WebCore::memoryCache();
92 MemoryCache* cache = WebCore::memoryCache();
94 MemoryCache::Statistics stats = cache->getStatistics();