HomeSort by relevance Sort by last modified time
    Searched refs:m_globalMemoryCache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmapTest.cpp 64 m_globalMemoryCache = adoptPtr(memoryCache());
80 setMemoryCacheForTesting(m_globalMemoryCache.leakPtr());
85 OwnPtr<MemoryCache> m_globalMemoryCache;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp 84 m_globalMemoryCache = adoptPtr(memoryCache());
96 setMemoryCacheForTesting(m_globalMemoryCache.leakPtr());
100 OwnPtr<MemoryCache> m_globalMemoryCache;
CachingCorrectnessTest.cpp 142 m_globalMemoryCache = adoptPtr(memoryCache());
164 setMemoryCacheForTesting(m_globalMemoryCache.leakPtr());
173 OwnPtr<MemoryCache> m_globalMemoryCache;

Completed in 79 milliseconds