HomeSort by relevance Sort by last modified time
    Searched refs:isDeletedValue (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h 43 static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; }
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h 61 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h 54 static bool isDeletedValue(const SkSize& value)
78 static bool isDeletedValue(const SkISize& value)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 69 static bool isDeletedValue(const FontPlatformData& value)
GenericFontFamilySettings.h 86 static bool isDeletedValue(int value) { return value == -3; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 76 static bool isDeletedValue(T value) { return value == static_cast<T>(-1); }
116 static bool isDeletedValue(T value) { return value == -std::numeric_limits<T>::infinity(); }
128 static bool isDeletedValue(T value) { return value == std::numeric_limits<T>::max() - 1; }
135 static bool isDeletedValue(P* value) { return value == reinterpret_cast<P*>(-1); }
141 static bool isDeletedValue(const T& value) { return value.isHashTableDeletedValue(); }
229 static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.first); }
280 static bool isDeletedValue(const TraitType& value) { return KeyTraits::isDeletedValue(value.key); }
HashSet.h 224 if (ValueTraits::isDeletedValue(value))
HashTable.h 307 static bool isDeletedBucket(const Value& value) { return KeyTraits::isDeletedValue(Extractor::extract(value)); }
456 static bool isDeletedBucket(const ValueType& value) { return KeyTraits::isDeletedValue(Extractor::extract(value)); }
    [all...]
HashMap.h 430 if (KeyTraits::isDeletedValue(key))
LinkedHashSet.h 315 static bool isDeletedValue(const Node& slot) { return slot.m_next == reinterpret_cast<Node*>(deletedValue); }
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 199 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
212 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
225 ASSERT(!HashTraits<AXID>::isDeletedValue(renderID));
228 ASSERT(!HashTraits<AXID>::isDeletedValue(nodeID));
253 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
594 } while (!objID || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID));
626 ASSERT(!HashTraits<AXID>::isDeletedValue(objID));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp 132 static bool isDeletedValue(const StringKey& value)
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp 170 static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); }
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 165 static bool isDeletedValue(const WebCore::ThreadMarker& slot) { return slot.isHashTableDeletedValue(); }
188 static bool isDeletedValue(const WebCore::PairWithWeakHandling& value) { return value.isHashTableDeletedValue(); }
    [all...]

Completed in 236 milliseconds