Searched refs:m_decoderCacheKeyMap (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStore.cpp52 ASSERT(!m_decoderCacheKeyMap.size());
103 insertCacheInternal(newCacheEntry.release(), &m_decoderCacheMap, &m_decoderCacheKeyMap);
136 removeCacheIndexedByGeneratorInternal(&m_decoderCacheMap, &m_decoderCacheKeyMap, generator, &cacheEntriesToDelete);
259 removeFromCacheInternal(static_cast<const DecoderCacheEntry*>(cacheEntry), &m_decoderCacheMap, &m_decoderCacheKeyMap, deletionList); local
H A DImageDecodingStore.h202 DecoderCacheKeyMap m_decoderCacheKeyMap; member in class:blink::ImageDecodingStore
210 // m_decoderCacheKeyMap

Completed in 183 milliseconds