Searched defs:FontPlatformDataCacheKey (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp56 struct FontPlatformDataCacheKey { struct in namespace:WebCore
59 FontPlatformDataCacheKey(const AtomicString& family = AtomicString(), unsigned size = 0, unsigned weight = 0, bool italic = false, function in struct:WebCore::FontPlatformDataCacheKey
74 FontPlatformDataCacheKey(HashTableDeletedValueType) : m_size(hashTableDeletedSize()) { } function in struct:WebCore::FontPlatformDataCacheKey
77 bool operator==(const FontPlatformDataCacheKey& other) const
98 inline unsigned computeHash(const FontPlatformDataCacheKey& fontKey)
111 static unsigned hash(const FontPlatformDataCacheKey& font)
116 static bool equal(const FontPlatformDataCacheKey& a, const FontPlatformDataCacheKey& b)
124 struct FontPlatformDataCacheKeyTraits : WTF::SimpleClassHashTraits<FontPlatformDataCacheKey> { };
126 typedef HashMap<FontPlatformDataCacheKey, FontPlatformDat
[all...]

Completed in 132 milliseconds