Searched refs:isHashTableDeletedValue (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformData.h85 bool isHashTableDeletedValue() const function in class:WebCore::FontPlatformData
92 Q_ASSERT(!isHashTableDeletedValue());
99 Q_ASSERT(!isHashTableDeletedValue());
106 Q_ASSERT(!isHashTableDeletedValue());
113 Q_ASSERT(!isHashTableDeletedValue());
120 Q_ASSERT(!isHashTableDeletedValue());
127 Q_ASSERT(!isHashTableDeletedValue());
134 Q_ASSERT(!isHashTableDeletedValue());
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicStringHash.h55 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
H A DAtomicString.h54 bool isHashTableDeletedValue() const { return m_string.isHashTableDeletedValue(); } function in class:WTF::AtomicString
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontPlatformData.h61 bool isHashTableDeletedValue() const;
/external/webkit/Source/WebCore/platform/network/
H A DProtectionSpace.h63 bool isHashTableDeletedValue() const { return m_isHashTableDeletedValue; } function in class:WebCore::ProtectionSpace
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertyDescription.h47 bool isHashTableDeletedValue() const function in struct:WebCore::SVGAnimatedPropertyDescription
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontPlatformData.h85 bool isHashTableDeletedValue() const function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformData.h83 bool isHashTableDeletedValue() const function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.h50 bool isHashTableDeletedValue() const { return (unsigned)m_private == 1; } function in class:WebCore::FontPlatformData
H A DFontPlatformData.cpp129 bool isHashTableDeletedValue() const { return m_weight == -2; } function in struct:WebCore::FixedSizeFontDataKey
175 return value.isHashTableDeletedValue();
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformData.h67 bool isHashTableDeletedValue() const { function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.h66 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); } function in class:WebCore::FontPlatformData
H A DFontPlatformDataLinux.h125 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime.cpp61 bool isHashTableDeletedValue() const function in class:npruntime::StringKey
83 ASSERT(!x.isHashTableDeletedValue() && !y.isHashTableDeletedValue());
131 return value.isHashTableDeletedValue();
/external/webkit/Source/WebCore/dom/
H A DQualifiedName.cpp86 ASSERT(!isHashTableDeletedValue());
H A DQualifiedName.h63 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); } function in class:WebCore::QualifiedName
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformData.h146 bool isHashTableDeletedValue() const { return m_fontState == DELETED; } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/
H A DKURL.h84 bool isHashTableDeletedValue() const { return string().isHashTableDeletedValue(); } function in class:WebCore::KURL
/external/webkit/Source/JavaScriptCore/heap/
H A DStrong.h82 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } function in class:JSC::Strong
H A DWeak.h73 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); } function in class:JSC::Weak
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTraits.h89 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); }
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h281 bool isHashTableDeletedValue() const function in class:WebCore::FontPlatformData
284 return m_font.isHashTableDeletedValue();
H A DFontCache.cpp75 bool isHashTableDeletedValue() const { return m_size == hashTableDeletedSize(); } function in struct:WebCore::FontPlatformDataCacheKey
244 return value.isHashTableDeletedValue();
/external/webkit/Source/WebCore/platform/win/
H A DCOMPtr.h64 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } function in class:COMPtr
227 static bool isDeletedValue(const COMPtr<P>& value) { return value.isHashTableDeletedValue(); }
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGRefPtr.h92 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } function in class:WTF::GRefPtr

Completed in 337 milliseconds

12