Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformData.h85 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
92 Q_ASSERT(!isHashTableDeletedValue()); in font()
99 Q_ASSERT(!isHashTableDeletedValue()); in size()
106 Q_ASSERT(!isHashTableDeletedValue()); in family()
113 Q_ASSERT(!isHashTableDeletedValue()); in bold()
120 Q_ASSERT(!isHashTableDeletedValue()); in italic()
127 Q_ASSERT(!isHashTableDeletedValue()); in smallCaps()
134 Q_ASSERT(!isHashTableDeletedValue()); in pixelSize()
/external/webkit/Source/WebCore/bindings/v8/
Dnpruntime.cpp61 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function in npruntime::StringKey
83 ASSERT(!x.isHashTableDeletedValue() && !y.isHashTableDeletedValue()); in operator ==()
131 return value.isHashTableDeletedValue(); in isDeletedValue()
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicStringHash.h55 …tatic bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
DAtomicString.h54 bool isHashTableDeletedValue() const { return m_string.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontPlatformData.h61 bool isHashTableDeletedValue() const;
/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedPropertyDescription.h47 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/
DKURL.h84 bool isHashTableDeletedValue() const { return string().isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h83 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformData.h85 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/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
175 return value.isHashTableDeletedValue(); in isDeletedValue()
/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/WebCore/platform/graphics/android/fonts/
DFontPlatformData.h66 bool isHashTableDeletedValue() const { in isHashTableDeletedValue() function
/external/webkit/Source/WebCore/platform/win/
DCOMPtr.h64 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
227 … static bool isDeletedValue(const COMPtr<P>& value) { return value.isHashTableDeletedValue(); }
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h281 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
284 return m_font.isHashTableDeletedValue(); in isHashTableDeletedValue()
DFontCache.cpp75 bool isHashTableDeletedValue() const { return m_size == hashTableDeletedSize(); } in isHashTableDeletedValue() function
244 return value.isHashTableDeletedValue(); in isDeletedValue()
/external/webkit/Source/WebCore/dom/
DQualifiedName.cpp86 ASSERT(!isHashTableDeletedValue()); in deref()
DQualifiedName.h63 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); } 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/JavaScriptCore/heap/
DStrong.h82 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } in isHashTableDeletedValue() function
DWeak.h73 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/webkit/Source/JavaScriptCore/wtf/
DHashTraits.h89 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); }
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGRefPtr.h92 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function

12