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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmapTest.cpp 65 m_globalMemoryCache = adoptPtr(memoryCache());
76 setMemoryCacheForTesting(m_globalMemoryCache.leakPtr());
81 OwnPtr<MemoryCache> m_globalMemoryCache;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp 83 m_globalMemoryCache = adoptPtr(memoryCache());
95 setMemoryCacheForTesting(m_globalMemoryCache.leakPtr());
99 OwnPtr<MemoryCache> m_globalMemoryCache;

Completed in 717 milliseconds