webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::FormElementKey Class Reference

Public Member Functions

 FormElementKey (AtomicStringImpl *=0, AtomicStringImpl *=0)
 
 ~FormElementKey ()
 
 FormElementKey (const FormElementKey &)
 
FormElementKeyoperator= (const FormElementKey &)
 
AtomicStringImplname () const
 
AtomicStringImpltype () const
 
 FormElementKey (WTF::HashTableDeletedValueType)
 
bool isHashTableDeletedValue () const
 

Constructor & Destructor Documentation

◆ FormElementKey() [1/3]

WebCore::FormElementKey::FormElementKey ( AtomicStringImpl name = 0,
AtomicStringImpl type = 0 
)

◆ ~FormElementKey()

WebCore::FormElementKey::~FormElementKey ( )

◆ FormElementKey() [2/3]

WebCore::FormElementKey::FormElementKey ( const FormElementKey other)

◆ FormElementKey() [3/3]

WebCore::FormElementKey::FormElementKey ( WTF::HashTableDeletedValueType  )
inline

Member Function Documentation

◆ isHashTableDeletedValue()

bool WebCore::FormElementKey::isHashTableDeletedValue ( ) const
inline

◆ name()

AtomicStringImpl* WebCore::FormElementKey::name ( ) const
inline

◆ operator=()

FormElementKey & WebCore::FormElementKey::operator= ( const FormElementKey other)

◆ type()

AtomicStringImpl* WebCore::FormElementKey::type ( ) const
inline

The documentation for this class was generated from the following file: