Searched refs:constructDeletedValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DSkSizeHash.h50 static void constructDeletedValue(SkSize& slot, bool) function in struct:WTF::HashTraits
74 static void constructDeletedValue(SkISize& slot, bool) function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDataCache.h65 static void constructDeletedValue(FontPlatformData& slot, bool) function in struct:blink::FontDataCacheKeyTraits
H A DGenericFontFamilySettings.h85 static void constructDeletedValue(int& slot, bool) { slot = -3; } function in struct:blink::GenericFontFamilySettings::UScriptCodeHashTraits
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntSizeHash.h42 static void constructDeletedValue(blink::IntSize& slot, bool) { new (NotNull, &slot) blink::IntSize(-1, -1); } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicStringHash.h60 static void constructDeletedValue(WTF::AtomicString& slot, bool) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTraits.h79 static void constructDeletedValue(T& slot, bool) { slot = static_cast<T>(-1); } function in struct:WTF::GenericHashTraitsBase
119 static void constructDeletedValue(T& slot, bool) { slot = -std::numeric_limits<T>::infinity(); } function in struct:WTF::FloatHashTraits
131 static void constructDeletedValue(T& slot, bool) { slot = std::numeric_limits<T>::max() - 1; } function in struct:WTF::UnsignedWithZeroKeyHashTraits
138 static void constructDeletedValue(P*& slot, bool) { slot = reinterpret_cast<P*>(-1); } function in struct:WTF::HashTraits
144 static void constructDeletedValue(T& slot, bool) { new (NotNull, &slot) T(HashTableDeletedValue); } function in struct:WTF::SimpleClassHashTraits
232 static void constructDeletedValue(TraitType& slot, bool zeroValue) function in struct:WTF::PairHashTraits
234 FirstTraits::constructDeletedValue(slot.first, zeroValue);
292 static void constructDeletedValue(TraitType& slot, bool zeroValue) function in struct:WTF::KeyValuePairHashTraits
294 KeyTraits::constructDeletedValue(slot.key, zeroValue);
H A DLinkedHashSet.h311 static void constructDeletedValue(Node& slot, bool) { slot.m_next = reinterpret_cast<Node*>(deletedValue); } function in struct:WTF::LinkedHashSetTraits
H A DHashTable.h528 static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket, Allocator::isGarbageCollected); }
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTime.h127 static void constructDeletedValue(blink::SMILTime& slot, bool) { slot = -std::numeric_limits<double>::infinity(); } function in struct:WTF::HashTraits
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A Dnpruntime.cpp127 static void constructDeletedValue(StringKey& slot, bool) function in struct:StringKeyHashTraits
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.cpp169 static void constructDeletedValue(FormElementKey& slot, bool) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); } function in struct:blink::FormElementKeyHashTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp162 static void constructDeletedValue(blink::ThreadMarker& slot, bool) { new (NotNull, &slot) blink::ThreadMarker(HashTableDeletedValue); } function in struct:WTF::HashTraits
185 static void constructDeletedValue(blink::PairWithWeakHandling& slot, bool) { new (NotNull, &slot) blink::PairWithWeakHandling(HashTableDeletedValue); } function in struct:WTF::HashTraits
5241 static void constructDeletedValue(T& slot, bool) { slot = T(AllocatesOnAssignment::DeletedValue); } function in struct:blink::AllocatesOnAssignmentHashTraits

Completed in 1757 milliseconds