HomeSort by relevance Sort by last modified time
    Searched refs:m_isHashTableDeletedValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontPlatformData.cpp 57 , m_isHashTableDeletedValue(true)
86 , m_isHashTableDeletedValue(false)
115 , m_isHashTableDeletedValue(false)
143 , m_isHashTableDeletedValue(false)
170 , m_isHashTableDeletedValue(false)
186 , m_isHashTableDeletedValue(false)
209 , m_isHashTableDeletedValue(false)
286 && m_isHashTableDeletedValue == a.m_isHashTableDeletedValue
FontPlatformData.h 123 bool isHashTableDeletedValue() const { return m_isHashTableDeletedValue; }
201 bool m_isHashTableDeletedValue;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontPlatformDataSkia.cpp 44 h ^= 0x01010101 * ((static_cast<int>(m_isHashTableDeletedValue) << 3) | (static_cast<int>(m_orientation) << 2) | (static_cast<int>(m_syntheticBold) << 1) | static_cast<int>(m_syntheticItalic));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 39 uintptr_t hashCodes[3] = { (uintptr_t)m_font, m_widthVariant, static_cast<uintptr_t>(m_isHashTableDeletedValue << 3 | m_orientation << 2 | m_syntheticBold << 1 | m_syntheticItalic) };
55 , m_isHashTableDeletedValue(false)

Completed in 107 milliseconds