Searched defs:ValidityState (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DValidityState.h32 class ValidityState { class in namespace:WebCore
33 WTF_MAKE_NONCOPYABLE(ValidityState); WTF_MAKE_FAST_ALLOCATED;
35 static PassOwnPtr<ValidityState> create(FormAssociatedElement* control)
37 return adoptPtr(new ValidityState(control));
58 ValidityState(FormAssociatedElement* control) : m_control(control) { } function in class:WebCore::ValidityState

Completed in 193 milliseconds