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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntSizeHash.h 42 static void constructDeletedValue(WebCore::IntSize& slot) { new (NotNull, &slot) WebCore::IntSize(-1, -1); }
FontCache.cpp 271 static void constructDeletedValue(FontPlatformData& slot)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicStringHash.h 54 static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
SkSizeHash.h 50 static void constructDeletedValue(SkSize& slot)
74 static void constructDeletedValue(SkISize& slot)
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 67 static void constructDeletedValue(T& slot) { slot = static_cast<T>(-1); }
101 static void constructDeletedValue(T& slot) { slot = -std::numeric_limits<T>::infinity(); }
113 static void constructDeletedValue(T& slot) { slot = std::numeric_limits<T>::max() - 1; }
120 static void constructDeletedValue(P*& slot) { slot = reinterpret_cast<P*>(-1); }
126 static void constructDeletedValue(T& slot) { new (NotNull, &slot) T(HashTableDeletedValue); }
195 static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
241 static void constructDeletedValue(TraitType& slot) { KeyTraits::constructDeletedValue(slot.key); }
HashTable.h 345 static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Settings.h 56 static void constructDeletedValue(int& slot) { slot = -3; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp 125 static void constructDeletedValue(StringKey& slot)
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormController.cpp 168 static void constructDeletedValue(FormElementKey& slot) { new (NotNull, &slot) FormElementKey(WTF::HashTableDeletedValue); }

Completed in 152 milliseconds