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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h 65 static void constructDeletedValue(FontPlatformData& slot)
GenericFontFamilySettings.h 85 static void constructDeletedValue(int& slot) { slot = -3; }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h 42 static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h 50 static void constructDeletedValue(SkSize& slot)
74 static void constructDeletedValue(SkISize& slot)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h 60 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp 127 static void constructDeletedValue(StringKey& slot)
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 75 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); }
115 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); }
127 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; }
134 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); }
140 static void constructDeletedValue(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); }
228 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
279 static void constructDeletedValue(TraitType& slot) { KeyTraits::constructDeletedValue(slot.key); }
LinkedHashSet.h 314 static void constructDeletedValue(Node& slot) { slot.m_next = reinterpret_cast<Node*>(deletedValue); }
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp 169 static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); }
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 164 static void constructDeletedValue(WebCore::ThreadMarker& slot) { new (NotNull, &slot) WebCore::ThreadMarker(HashTableDeletedValue); }
187 static void constructDeletedValue(WebCore::PairWithWeakHandling& slot) { new (NotNull, &slot) WebCore::PairWithWeakHandling(HashTableDeletedValue); }
    [all...]

Completed in 207 milliseconds