Home | History | Annotate | Download | only in dom

Lines Matching refs:hashTableDeletedValue

169     FormElementKey(WTF::HashTableDeletedValueType) : m_name(hashTableDeletedValue()) { }
170 bool isHashTableDeletedValue() const { return m_name == hashTableDeletedValue(); }
176 static AtomicStringImpl* hashTableDeletedValue() { return reinterpret_cast<AtomicStringImpl*>(-1); }
194 static void constructDeletedValue(FormElementKey& slot) { new (&slot) FormElementKey(WTF::HashTableDeletedValue); }