cacheKey 57 Source/core/css/CSSFontFaceSource.cpp FontCacheKey key = fontDescription.cacheKey(emptyFontFamily); cacheKey 133 Source/core/css/CSSSegmentedFontFace.cpp FontCacheKey key = fontDescription.cacheKey(emptyFontFamily, desiredTraits); cacheKey 161 Source/core/dom/PresentationAttributeStyle.cpp PresentationAttributeCacheKey cacheKey; cacheKey 162 Source/core/dom/PresentationAttributeStyle.cpp makePresentationAttributeCacheKey(element, cacheKey); cacheKey 164 Source/core/dom/PresentationAttributeStyle.cpp unsigned cacheHash = computePresentationAttributeCacheHash(cacheKey); cacheKey 169 Source/core/dom/PresentationAttributeStyle.cpp if (cacheValue->value && cacheValue->value->key != cacheKey) cacheKey 192 Source/core/dom/PresentationAttributeStyle.cpp newEntry->key = cacheKey; cacheKey 97 Source/platform/fonts/FontCache.cpp FontCacheKey key = fontDescription.cacheKey(familyName); cacheKey 133 Source/platform/fonts/FontDescription.h FontCacheKey cacheKey(const AtomicString& familyName, FontTraits desiredTraits = FontTraits(0)) const; cacheKey 143 Source/platform/graphics/ImageDecodingStore.cpp ImageCacheMap::iterator iter = m_imageCacheMap.find(newCacheEntry->cacheKey()); cacheKey 204 Source/platform/graphics/ImageDecodingStore.cpp ASSERT(!m_decoderCacheMap.contains(newCacheEntry->cacheKey())); cacheKey 368 Source/platform/graphics/ImageDecodingStore.cpp typename U::KeyType key = cacheEntry->cacheKey(); cacheKey 395 Source/platform/graphics/ImageDecodingStore.cpp iter->value.remove(cacheEntry->cacheKey()); cacheKey 400 Source/platform/graphics/ImageDecodingStore.cpp deletionList->append(cacheMap->take(cacheEntry->cacheKey())); cacheKey 217 Source/platform/graphics/ImageDecodingStore.h ImageCacheKey cacheKey() const { return makeCacheKey(m_generator, m_cachedImage->scaledSize(), m_cachedImage->index(), m_cachedImage->generation()); } cacheKey 250 Source/platform/graphics/ImageDecodingStore.h DecoderCacheKey cacheKey() const { return makeCacheKey(m_generator, m_size); }