Searched refs:HashTableDeletedValue (Results 1 - 11 of 11) sorted by path

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A Dnpruntime.cpp129 new (&slot) StringKey(WTF::HashTableDeletedValue);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DQualifiedName.h101 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }
/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); }
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDataCache.h67 new (NotNull, &slot) FontPlatformData(WTF::HashTableDeletedValue);
/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); }
185 static void constructDeletedValue(blink::PairWithWeakHandling& slot, bool) { new (NotNull, &slot) blink::PairWithWeakHandling(HashTableDeletedValue); }
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp237 , m_string(WTF::HashTableDeletedValue)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashTableDeletedValueType.h36 enum HashTableDeletedValueType { HashTableDeletedValue }; enumerator in enum:WTF::HashTableDeletedValueType
H A DHashTraits.h144 static void constructDeletedValue(T& slot, bool) { new (NotNull, &slot) T(HashTableDeletedValue); }
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DAtomicString.h73 AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
H A DAtomicStringHash.h60 static void constructDeletedValue(WTF::AtomicString& slot, bool) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); }
H A DWTFString.h413 String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { }

Completed in 7537 milliseconds