Home
last modified time | relevance | path

Searched defs:isHashTableDeletedValue (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DFontPlatformData.h49 bool isHashTableDeletedValue() const { in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/graphics/wx/
DFontPlatformData.h89 bool isHashTableDeletedValue() const { return m_fontState == DELETED; } in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.h98 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); } in isHashTableDeletedValue() function
DFontPlatformDataChromiumWin.h64 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); } in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/graphics/gtk/
DFontPlatformData.h98 bool isHashTableDeletedValue() const { in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/graphics/win/
DFontPlatformData.h71 bool isHashTableDeletedValue() const { return m_font.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/graphics/mac/
DFontPlatformData.h76 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); } in isHashTableDeletedValue() function
/external/webkit/JavaScriptCore/wtf/
DRefPtr.h48 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/text/
DAtomicString.h49 bool isHashTableDeletedValue() const { return m_string.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
DPlatformString.h80 bool isHashTableDeletedValue() const { return m_impl.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/win/
DCOMPtr.h61 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/WebCore/svg/
DSVGAnimatedTemplate.h54 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/webkit/WebCore/platform/graphics/
DFontCache.cpp69 bool isHashTableDeletedValue() const { return m_size == hashTableDeletedSize(); } in isHashTableDeletedValue() function
/external/webkit/WebCore/bindings/js/
DJSSVGPODTypeWrapper.h290 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/webkit/WebCore/dom/
DDocument.h144 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); } in isHashTableDeletedValue() function