Searched refs:hashTableDeletedValue (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DQualifiedName.h62 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(hashTableDeletedValue()) { }
63 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); }
99 static QualifiedNameImpl* hashTableDeletedValue() { return RefPtr<QualifiedNameImpl>::hashTableDeletedValue(); } function in class:WebCore::QualifiedName
H A DDocument.h169 FormElementKey(WTF::HashTableDeletedValueType) : m_name(hashTableDeletedValue()) { }
170 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); }
176 static AtomicStringImpl* hashTableDeletedValue() { return reinterpret_cast<AtomicStringImpl*>(-1); } function in class:WebCore::FormElementKey
/external/webkit/Source/JavaScriptCore/heap/
H A DStrong.h82 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); }
84 : Handle<T>(hashTableDeletedValue())
136 static HandleSlot hashTableDeletedValue() { return reinterpret_cast<HandleSlot>(-1); } function in class:JSC::Strong
H A DWeak.h73 bool isHashTableDeletedValue() const { return slot() == hashTableDeletedValue(); }
75 : Handle<T>(hashTableDeletedValue())
126 static HandleSlot hashTableDeletedValue() { return reinterpret_cast<HandleSlot>(-1); } function in class:JSC::Weak
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGRefPtr.h91 GRefPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { }
92 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); }
112 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } function in class:WTF::GRefPtr
/external/webkit/Source/JavaScriptCore/wtf/
H A DRefPtr.h55 RefPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { }
56 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); }
87 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } function in class:WTF::RefPtr
H A DRetainPtr.h69 RetainPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { }
70 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); }
106 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } function in class:WTF::RetainPtr
/external/webkit/Source/WebCore/platform/win/
H A DCOMPtr.h63 COMPtr(WTF::HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { }
64 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); }
102 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } function in class:COMPtr
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime.cpp52 explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0) { }
63 return m_string == hashTableDeletedValue();
70 const char* hashTableDeletedValue() const function in class:npruntime::StringKey

Completed in 178 milliseconds