Home
last modified time | relevance | path

Searched refs:isDeletedValue (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DHashTraits.h68 static bool isDeletedValue(T value) { return value == static_cast<T>(-1); }
102 static bool isDeletedValue(T value) { return value == -std::numeric_limits<T>::infinity(); }
114 static bool isDeletedValue(T value) { return value == std::numeric_limits<T>::max() - 1; }
121 static bool isDeletedValue(P* value) { return value == reinterpret_cast<P*>(-1); }
127 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); }
196 …static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.firs…
242 …static bool isDeletedValue(const TraitType& value) { return KeyTraits::isDeletedValue(value.key); }
DHashSet.h210 if (ValueTraits::isDeletedValue(value)) in isValidValue()
DHashMap.h414 if (KeyTraits::isDeletedValue(key))
DHashTable.h319 …static bool isDeletedBucket(const ValueType& value) { return KeyTraits::isDeletedValue(Extractor::…
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DSkSizeHash.h54 static bool isDeletedValue(const SkSize& value)
78 static bool isDeletedValue(const SkISize& value)
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObjectCache.cpp195 ASSERT(!HashTraits<AXID>::isDeletedValue(axID)); in get()
208 ASSERT(!HashTraits<AXID>::isDeletedValue(axID)); in get()
221 ASSERT(!HashTraits<AXID>::isDeletedValue(renderID)); in get()
224 ASSERT(!HashTraits<AXID>::isDeletedValue(nodeID)); in get()
249 ASSERT(!HashTraits<AXID>::isDeletedValue(axID)); in get()
573 } while (!objID || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID)); in platformGenerateAXID()
605 ASSERT(!HashTraits<AXID>::isDeletedValue(objID)); in removeAXID()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DAtomicStringHash.h61 …static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue();…
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntSizeHash.h43 …static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.he…
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDataCache.h69 static bool isDeletedValue(const FontPlatformData& value) in isDeletedValue() function
DGenericFontFamilySettings.h85 static bool isDeletedValue(int value) { return value == -3; } in isDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dnpruntime.cpp132 static bool isDeletedValue(const StringKey& value) in isDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.cpp170 …static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); } in isDeletedValue() function