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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntSizeHash.h 43 static bool isDeletedValue(const WebCore::IntSize& value) { return value.width() == -1 && value.height() == -1; }
FontCache.cpp 275 static bool isDeletedValue(const FontPlatformData& value)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h 55 static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SkSizeHash.h 54 static bool isDeletedValue(const SkSize& value)
78 static bool isDeletedValue(const SkISize& value)
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 68 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.first); }
242 static bool isDeletedValue(const TraitType& value) { return KeyTraits::isDeletedValue(value.key); }
HashSet.h 210 if (ValueTraits::isDeletedValue(value))
HashMap.h 413 if (KeyTraits::isDeletedValue(key))
HashTable.h 316 static bool isDeletedBucket(const ValueType& value) { return KeyTraits::isDeletedValue(Extractor::extract(value)); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Settings.h 57 static bool isDeletedValue(int value) { return value == -3; }
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 188 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
201 ASSERT(!HashTraits<AXID>::isDeletedValue(axID));
214 ASSERT(!HashTraits<AXID>::isDeletedValue(renderID));
217 ASSERT(!HashTraits<AXID>::isDeletedValue(nodeID));
515 } while (!objID || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID));
547 ASSERT(!HashTraits<AXID>::isDeletedValue(objID));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp 130 static bool isDeletedValue(const StringKey& value)
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormController.cpp 169 static bool isDeletedValue(const FormElementKey& value) { return value.isHashTableDeletedValue(); }

Completed in 7043 milliseconds