Home
last modified time | relevance | path

Searched refs:hashTableDeletedValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DQualifiedName.h70 QualifiedName(WTF::HashTableDeletedValueType) : m_impl(hashTableDeletedValue()) { } in QualifiedName()
71 bool isHashTableDeletedValue() const { return m_impl == hashTableDeletedValue(); } in isHashTableDeletedValue()
108 …static QualifiedNameImpl* hashTableDeletedValue() { return RefPtr<QualifiedNameImpl>::hashTableDel… in hashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/wtf/
DRefPtr.h46 RefPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in RefPtr()
47 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()
76 static T* hashTableDeletedValue() { return reinterpret_cast<T*>(-1); } in hashTableDeletedValue() function
DRetainPtr.h82 RetainPtr(HashTableDeletedValueType) : m_ptr(hashTableDeletedValue()) { } in RetainPtr()
83 bool isHashTableDeletedValue() const { return m_ptr == hashTableDeletedValue(); } in isHashTableDeletedValue()
124 static PtrType hashTableDeletedValue() { return reinterpret_cast<PtrType>(-1); } in hashTableDeletedValue() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dnpruntime.cpp55 …explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0… in StringKey()
66 return m_string == hashTableDeletedValue(); in isHashTableDeletedValue()
73 const char* hashTableDeletedValue() const in hashTableDeletedValue() function in npruntime::StringKey
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.cpp95 FormElementKey(WTF::HashTableDeletedValueType) : m_name(hashTableDeletedValue()) { } in FormElementKey()
96 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); } in isHashTableDeletedValue()
102 static StringImpl* hashTableDeletedValue() { return reinterpret_cast<StringImpl*>(-1); } in hashTableDeletedValue() function in WebCore::FormElementKey