Searched refs:m_globalMemoryCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DImageBitmapTest.cpp64 m_globalMemoryCache = replaceMemoryCacheForTesting(MemoryCache::create());
73 replaceMemoryCacheForTesting(m_globalMemoryCache.release());
77 OwnPtrWillBePersistent<MemoryCache> m_globalMemoryCache; member in class:blink::ImageBitmapTest
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCacheTest.cpp84 m_globalMemoryCache = replaceMemoryCacheForTesting(MemoryCache::create());
89 replaceMemoryCacheForTesting(m_globalMemoryCache.release());
92 OwnPtrWillBePersistent<MemoryCache> m_globalMemoryCache; member in class:blink::MemoryCacheTest
H A DCachingCorrectnessTest.cpp142 m_globalMemoryCache = replaceMemoryCacheForTesting(MemoryCache::create());
157 replaceMemoryCacheForTesting(m_globalMemoryCache.release());
165 OwnPtrWillBePersistent<MemoryCache> m_globalMemoryCache; member in class:__anon11069::CachingCorrectnessTest

Completed in 132 milliseconds