Home
last modified time | relevance | path

Searched refs:HashTableDeletedValue (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSValue.h240 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator
373 …tedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in constructDeletedValue()
374 …EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in isDeletedValue()
380 …tedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in constructDeletedValue()
381 …EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); } in isDeletedValue()
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicStringHash.h54 …ructDeletedValue(WTF::AtomicString& slot) { new (&slot) WTF::AtomicString(HashTableDeletedValue); }
DAtomicString.h53 AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { } in AtomicString()
DWTFString.h347 String(WTF::HashTableDeletedValueType) : m_impl(WTF::HashTableDeletedValue) { } in String()
/external/webkit/Source/WebCore/platform/
DKURL.h80 KURL(WTF::HashTableDeletedValueType) : m_url(WTF::HashTableDeletedValue) { } in KURL()
82 KURL(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { } in KURL()
DKURLGoogle.cpp173 : m_string(WTF::HashTableDeletedValue) in KURLGooglePrivate()
/external/webkit/Source/JavaScriptCore/heap/
DStrong.h81 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator
DWeak.h72 enum HashTableDeletedValueTag { HashTableDeletedValue }; enumerator
/external/webkit/Source/JavaScriptCore/wtf/
DHashTraits.h88 static void constructDeletedValue(T& slot) { new (&slot) T(HashTableDeletedValue); }
DRefPtr.h37 enum HashTableDeletedValueType { HashTableDeletedValue }; enumerator
/external/webkit/Source/WebCore/platform/win/
DCOMPtr.h226 …tatic void constructDeletedValue(COMPtr<P>& slot) { new (&slot) COMPtr<P>(HashTableDeletedValue); }
/external/webkit/Source/WebCore/platform/graphics/
DFontPlatformData.h118 , m_font(WTF::HashTableDeletedValue) in FontPlatformData()
DFontCache.cpp240 new (&slot) FontPlatformData(HashTableDeletedValue); in constructDeletedValue()
/external/webkit/Source/WebCore/bindings/v8/
Dnpruntime.cpp126 new (&slot) StringKey(WTF::HashTableDeletedValue); in constructDeletedValue()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp171 new (&slot) FixedSizeFontDataKey(WTF::HashTableDeletedValue); in constructDeletedValue()
/external/webkit/Source/WebCore/dom/
DDocument.h194 …tructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTableDeletedValue); } in constructDeletedValue()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1610731 …Remove special handling of HashTableDeletedValue in PlatformRefPtr and manually manage memory that…
10734 Remove special handling of HashTableDeletedValue in PlatformRefPtr.
14287 Added support to PlatformRefPtr for handling HashTableDeletedValue.
14290 (WTF::PlatformRefPtr::PlatformRefPtr): Added a constructor that takes HashTableDeletedValue.
DChangeLog-2010-05-243649 Former implementation attempted to use AtomicString(HashTableDeletedValue)
DChangeLog-2008-08-1017187 HashTableDeletedValue. Used that type to make a new constructor to construct
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1024851 WTF::HashTableDeletedValue to the m_font constructor instead of a
26009 for HashTableDeletedValue.
26020 * dom/Document.h: Added HashTableDeletedValue constructor and isHashTableDeletedValue
26043 for HashTableDeletedValue.
26056 HashTableDeletedValue.
26062 (WebCore::String::String): Added constructor for HashTableDeletedValue.
26073 (COMPtr::COMPtr): Added constructor for HashTableDeletedValue.
26086 for HashTableDeletedValue.
DChangeLog-2010-05-2417058 Former implementation attempted to use AtomicString(HashTableDeletedValue)
DChangeLog-2010-12-0620380 …Remove special handling of HashTableDeletedValue in PlatformRefPtr and manually manage memory that…
20385 value of -1 (HashTableDeletedValue) and HashTraits can only manage the type