Searched refs:isDeletedValue (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DSkSizeHash.h54 static bool isDeletedValue(const SkSize& value) function in struct:WTF::HashTraits
78 static bool isDeletedValue(const SkISize& value) function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDataCache.h69 static bool isDeletedValue(const FontPlatformData& value) function in struct:blink::FontDataCacheKeyTraits
H A DGenericFontFamilySettings.h86 static bool isDeletedValue(int value) { return value == -3; } function in struct:blink::GenericFontFamilySettings::UScriptCodeHashTraits
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntSizeHash.h43 static bool isDeletedValue(const blink::IntSize& value) { return value.width() == -1 && value.height() == -1; } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicStringHash.h61 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h80 static bool isDeletedValue(T value) { return value == static_cast<T>(-1); } function in struct:WTF::GenericHashTraitsBase
120 static bool isDeletedValue(T value) { return value == -std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
132 static bool isDeletedValue(T value) { return value == std::numeric_limits<T>::max() - 1; } function in struct:WTF::UnsignedWithZeroKeyHashTraits
139 static bool isDeletedValue(P* value) { return value == reinterpret_cast<P*>(-1); } function in struct:WTF::HashTraits
145 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); } function in struct:WTF::SimpleClassHashTraits
246 static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.first); } function in struct:WTF::PairHashTraits
299 static bool isDeletedValue(const TraitType& value) { return KeyTraits::isDeletedValue(value.key); } function in struct:WTF::KeyValuePairHashTraits
H A DHashSet.h224 if (ValueTraits::isDeletedValue(value))
H A DHashTable.h326 static bool isDeletedBucket(const Value& value) { return KeyTraits::isDeletedValue(Extractor::extract(value)); }
475 static bool isDeletedBucket(const ValueType& value) { return KeyTraits::isDeletedValue(Extractor::extract(value)); }
H A DHashMap.h430 if (KeyTraits::isDeletedValue(key))
H A DLinkedHashSet.h312 static bool isDeletedValue(const Node& slot) { return slot.m_next == reinterpret_cast<Node*>(deletedValue); } function in struct:WTF::LinkedHashSetTraits
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp197 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
210 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
223 ASSERT(!HashTraits<AXID>::isDeletedValue(renderID));
226 ASSERT(!HashTraits<AXID>::isDeletedValue(nodeID));
251 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
592 } while (!objID || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID));
624 ASSERT(!HashTraits<AXID>::isDeletedValue(objID));
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTime.h128 static bool isDeletedValue(blink::SMILTime value) { return value == -std::numeric_limits<double>::infinity(); } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A Dnpruntime.cpp132 static bool isDeletedValue(const StringKey& value) function in struct:StringKeyHashTraits
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.cpp170 static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } function in struct:blink::FormElementKeyHashTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp163 static bool isDeletedValue(const blink::ThreadMarker& slot) { return slot.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
186 static bool isDeletedValue(const blink::PairWithWeakHandling& value) { return value.isHashTableDeletedValue(); } function in struct:WTF::HashTraits
5242 static bool isDeletedValue(const T& value) { return value.isDeleted(); } function in struct:blink::AllocatesOnAssignmentHashTraits

Completed in 7168 milliseconds