Searched refs:FormElementKey (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocument.h158 class FormElementKey { class in namespace:WebCore
160 FormElementKey(AtomicStringImpl* = 0, AtomicStringImpl* = 0);
161 ~FormElementKey();
162 FormElementKey(const FormElementKey&);
163 FormElementKey& operator=(const FormElementKey&);
169 FormElementKey(WTF::HashTableDeletedValueType) : m_name(hashTableDeletedValue()) { } function in class:WebCore::FormElementKey
182 inline bool operator==(const FormElementKey& a, const FormElementKey
[all...]
H A DDocument.cpp4358 FormElementKey key(a.impl(), b.impl());
4378 Iterator it = m_stateForNewFormElements.find(FormElementKey(name, type));
4390 FormElementKey::FormElementKey(AtomicStringImpl* name, AtomicStringImpl* type)
4396 FormElementKey::~FormElementKey()
4401 FormElementKey::FormElementKey(const FormElementKey& other)
4407 FormElementKey
[all...]

Completed in 2332 milliseconds