insertCacheInternal  159 Source/platform/graphics/ImageDecodingStore.cpp         insertCacheInternal(newCacheEntry.release(), &m_imageCacheMap, &m_imageCacheKeyMap);
insertCacheInternal  205 Source/platform/graphics/ImageDecodingStore.cpp     insertCacheInternal(newCacheEntry.release(), &m_decoderCacheMap, &m_decoderCacheKeyMap);
insertCacheInternal  269 Source/platform/graphics/ImageDecodingStore.h     template<class T, class U, class V> void insertCacheInternal(PassOwnPtr<T> cacheEntry, U* cacheMap, V* identifierMap);