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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DWidthCache.h97 bool isHashTableEmptyValue() const { return m_length == s_emptyValueLength; } function in class:blink::WidthCache::SmallStringKey
117 static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); }

Completed in 86 milliseconds