Searched refs:m_testingMemoryCache (Results 1 – 3 of 3) sorted by relevance
66 m_testingMemoryCache = adoptPtr(new MemoryCache()); in SetUp()67 setMemoryCacheForTesting(m_testingMemoryCache.leakPtr()); in SetUp()78 m_testingMemoryCache = adoptPtr(memoryCache()); in TearDown()84 OwnPtr<MemoryCache> m_testingMemoryCache; member in WebCore::ImageBitmapTest
86 m_testingMemoryCache = adoptPtr(new MemoryCache()); in SetUp()87 setMemoryCacheForTesting(m_testingMemoryCache.leakPtr()); in SetUp()94 m_testingMemoryCache = adoptPtr(memoryCache()); in TearDown()99 OwnPtr<MemoryCache> m_testingMemoryCache; member in WebCore::MemoryCacheTest
144 m_testingMemoryCache = adoptPtr(new MemoryCache()); in SetUp()145 setMemoryCacheForTesting(m_testingMemoryCache.leakPtr()); in SetUp()161 m_testingMemoryCache = adoptPtr(memoryCache()); in TearDown()172 OwnPtr<MemoryCache> m_testingMemoryCache; member in __anon0b7c90570111::CachingCorrectnessTest