Searched refs:SmallStringKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthCache.h52 class SmallStringKey { class in class:blink::WidthCache
56 SmallStringKey() function in class:blink::WidthCache::SmallStringKey
61 SmallStringKey(WTF::HashTableDeletedValueType) function in class:blink::WidthCache::SmallStringKey
66 template<typename CharacterType> SmallStringKey(CharacterType* characters, unsigned short length) function in class:blink::WidthCache::SmallStringKey
110 static unsigned hash(const SmallStringKey& key) { return key.hash(); }
111 static bool equal(const SmallStringKey& a, const SmallStringKey& b) { return a == b; }
115 struct SmallStringKeyHashTraits : WTF::SimpleClassHashTraits<SmallStringKey> {
117 static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); }
122 friend bool operator==(const SmallStringKey
[all...]

Completed in 160 milliseconds