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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCacheKey.h46 struct FontCacheKey { struct in namespace:blink
49 FontCacheKey() function in struct:blink::FontCacheKey
53 FontCacheKey(FontFaceCreationParams creationParams, float fontSize, unsigned options) function in struct:blink::FontCacheKey
57 FontCacheKey(WTF::HashTableDeletedValueType) function in struct:blink::FontCacheKey
70 bool operator==(const FontCacheKey& other) const
99 static unsigned hash(const FontCacheKey& key)
104 static bool equal(const FontCacheKey& a, const FontCacheKey& b)
112 struct FontCacheKeyTraits : WTF::SimpleClassHashTraits<FontCacheKey> { };

Completed in 106 milliseconds