Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.h50 bool isHashTableDeletedValue() const { return (unsigned)m_private == 1; } in isHashTableDeletedValue() function
DFontPlatformData.cpp129 bool isHashTableDeletedValue() const { return m_weight == -2; } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPropertyDescription.h47 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataChromiumWin.h66 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); } in isHashTableDeletedValue() function
DFontPlatformDataLinux.h125 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/JavaScriptCore/heap/
DWeak.h73 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } in isHashTableDeletedValue() function
DStrong.h82 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformData.h85 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h83 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/network/
DProtectionSpace.h63 bool isHashTableDeletedValue() const { return m_isHashTableDeletedValue; } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformData.h85 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformData.h66 bool isHashTableDeletedValue() const { in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformData.h146 bool isHashTableDeletedValue() const { return m_fontState == DELETED; } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/
DKURL.h84 bool isHashTableDeletedValue() const { return string().isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/dom/
DQualifiedName.h63 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); } in isHashTableDeletedValue() function
DDocument.h170 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGRefPtr.h92 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/JavaScriptCore/wtf/
DRefPtr.h56 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
DRetainPtr.h70 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/win/
DCOMPtr.h64 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h281 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
DFontCache.cpp75 bool isHashTableDeletedValue() const { return m_size == hashTableDeletedSize(); } in isHashTableDeletedValue() function
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.h54 bool isHashTableDeletedValue() const { return m_string.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
DWTFString.h348 bool isHashTableDeletedValue() const { return m_impl.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/bindings/v8/
Dnpruntime.cpp61 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function in npruntime::StringKey