FontCacheKey       57 Source/core/css/CSSFontFaceSource.cpp     FontCacheKey key = fontDescription.cacheKey(emptyFontFamily);
FontCacheKey      133 Source/core/css/CSSSegmentedFontFace.cpp     FontCacheKey key = fontDescription.cacheKey(emptyFontFamily, desiredTraits);
FontCacheKey       97 Source/platform/fonts/FontCache.cpp     FontCacheKey key = fontDescription.cacheKey(familyName);
FontCacheKey      193 Source/platform/fonts/FontCache.cpp     Vector<FontCacheKey> keysToRemove;
FontCacheKey       48 Source/platform/fonts/FontCacheKey.h     FontCacheKey()
FontCacheKey       52 Source/platform/fonts/FontCacheKey.h     FontCacheKey(AtomicString familyName, float fontSize, unsigned options)
FontCacheKey       56 Source/platform/fonts/FontCacheKey.h     FontCacheKey(WTF::HashTableDeletedValueType)
FontCacheKey       69 Source/platform/fonts/FontCacheKey.h     bool operator==(const FontCacheKey& other) const
FontCacheKey       98 Source/platform/fonts/FontCacheKey.h     static unsigned hash(const FontCacheKey& key)
FontCacheKey      103 Source/platform/fonts/FontCacheKey.h     static bool equal(const FontCacheKey& a, const FontCacheKey& b)
FontCacheKey      111 Source/platform/fonts/FontCacheKey.h struct FontCacheKeyTraits : WTF::SimpleClassHashTraits<FontCacheKey> { };
FontCacheKey      126 Source/platform/fonts/FontDescription.cpp     return floorf(size * FontCacheKey::precisionMultiplier()) / FontCacheKey::precisionMultiplier();
FontCacheKey      129 Source/platform/fonts/FontDescription.cpp FontCacheKey FontDescription::cacheKey(const AtomicString& familyName, FontTraits desiredTraits) const
FontCacheKey      144 Source/platform/fonts/FontDescription.cpp     return FontCacheKey(familyName, effectiveFontSize(), options | fontTraits.mask() << 9);
FontCacheKey      133 Source/platform/fonts/FontDescription.h     FontCacheKey cacheKey(const AtomicString& familyName, FontTraits desiredTraits = FontTraits(0)) const;