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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h 42 static void constructDeletedValue(blink::IntSize& slot, bool) { new (NotNull, &slot) blink::IntSize(-1, -1); }
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h 60 static void constructDeletedValue(WTF::AtomicString& slot, bool) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h 50 static void constructDeletedValue(SkSize& slot, bool)
74 static void constructDeletedValue(SkISize& slot, bool)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 65 static void constructDeletedValue(FontPlatformData& slot, bool)
GenericFontFamilySettings.h 85 static void constructDeletedValue(int& slot, bool) { slot = -3; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 79 static void constructDeletedValue(T& slot, bool) { slot = static_cast<T>(-1); }
119 static void constructDeletedValue(T& slot, bool) { slot = -std::numeric_limits<T>::infinity(); }
131 static void constructDeletedValue(T& slot, bool) { slot = std::numeric_limits<T>::max() - 1; }
138 static void constructDeletedValue(P*& slot, bool) { slot = reinterpret_cast<P*>(-1); }
144 static void constructDeletedValue(T& slot, bool) { new (NotNull, &slot) T(HashTableDeletedValue); }
232 static void constructDeletedValue(TraitType& slot, bool zeroValue)
234 FirstTraits::constructDeletedValue(slot.first, zeroValue);
292 static void constructDeletedValue(TraitType& slot, bool zeroValue)
294 KeyTraits::constructDeletedValue(slot.key, zeroValue);
LinkedHashSet.h 311 static void constructDeletedValue(Node& slot, bool) { slot.m_next = reinterpret_cast<Node*>(deletedValue); }
HashTable.h 528 static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket, Allocator::isGarbageCollected); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.h 127 static void constructDeletedValue(blink::SMILTime& slot, bool) { slot = -std::numeric_limits<double>::infinity(); }
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
npruntime.cpp 127 static void constructDeletedValue(StringKey& slot, bool)
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp 169 static void constructDeletedValue(FormElementKey& slot, bool) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); }
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 162 static void constructDeletedValue(blink::ThreadMarker& slot, bool) { new (NotNull, &slot) blink::ThreadMarker(HashTableDeletedValue); }
185 static void constructDeletedValue(blink::PairWithWeakHandling& slot, bool) { new (NotNull, &slot) blink::PairWithWeakHandling(HashTableDeletedValue); }
    [all...]

Completed in 481 milliseconds