Searched defs:FormElementKey (Results 1 - 1 of 1) 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...]

Completed in 2576 milliseconds