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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp74 FontPlatformDataCacheKey(HashTableDeletedValueType) : m_size(hashTableDeletedSize()) { }
75 bool isHashTableDeletedValue() const { return m_size == hashTableDeletedSize(); }
95 static unsigned hashTableDeletedSize() { return 0xFFFFFFFFU; } function in struct:WebCore::FontPlatformDataCacheKey

Completed in 75 milliseconds