Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterProgramInfo.cpp59 bool CustomFilterProgramInfo::isHashTableDeletedValue() const in isHashTableDeletedValue() function in WebCore::CustomFilterProgramInfo
61 return m_vertexShaderString.isHashTableDeletedValue() in isHashTableDeletedValue()
62 && m_fragmentShaderString.isHashTableDeletedValue(); in isHashTableDeletedValue()
95 ASSERT(!isHashTableDeletedValue()); in operator ==()
96 ASSERT(!o.isHashTableDeletedValue()); in operator ==()
DCustomFilterProgramInfo.h70 bool isHashTableDeletedValue() const;
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementDescriptor.h73 bool isHashTableDeletedValue() const { return m_type.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dnpruntime.cpp64 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function in npruntime::StringKey
86 ASSERT(!x.isHashTableDeletedValue() && !y.isHashTableDeletedValue()); in operator ==()
134 return value.isHashTableDeletedValue(); in isDeletedValue()
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DKURL.h68 bool isHashTableDeletedValue() const { return string().isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DAtomicStringHash.h61 …tatic bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
DAtomicString.h89 bool isHashTableDeletedValue() const { return m_string.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
DWTFString.h433 bool isHashTableDeletedValue() const { return m_impl.isHashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedPropertyDescription.h47 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDataCache.h71 return value.isHashTableDeletedValue(); in isDeletedValue()
DFontCacheKey.h76 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
DFontPlatformData.h157 bool isHashTableDeletedValue() const in isHashTableDeletedValue() function
DWidthCache.h87 bool isHashTableDeletedValue() const { return m_length == s_deletedValueLength; } in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontPlatformDataHarfBuzz.h104 bool isHashTableDeletedValue() const { return m_isHashTableDeletedValue; } in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontPlatformDataWin.h85 bool isHashTableDeletedValue() const { return m_isHashTableDeletedValue; } in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DQualifiedName.cpp96 ASSERT(!isHashTableDeletedValue()); in deref()
DQualifiedName.h71 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); } in isHashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.cpp96 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); } in isHashTableDeletedValue() function in WebCore::FormElementKey
170 …static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } in isDeletedValue()
/external/chromium_org/third_party/WebKit/Source/wtf/
DRefPtr.h47 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function
DHashTraits.h127 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); }
DRetainPtr.h83 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue() function