Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLFormControlElement

182         HTMLFormControlElement* control = toHTMLFormControlElement(formAssociatedElement);
195 static inline HTMLFormControlElement* submitElementFromEvent(const Event* event)
210 HTMLFormControlElement* submitElement = submitElementFromEvent(event);
333 RefPtr<HTMLFormControlElement> firstSuccessfulSubmitButton;
341 HTMLFormControlElement* control = toHTMLFormControlElement(associatedElement);
617 HTMLFormControlElement* HTMLFormElement::defaultButton() const
622 HTMLFormControlElement* control = toHTMLFormControlElement(m_associatedElements[i]);
638 return !checkInvalidControlsAndCollectUnhandled(0, HTMLFormControlElement::CheckValidityDispatchEventsNone);
641 bool HTMLFormElement::checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls, HTMLFormControlElement::CheckValidityDispatchEvents dispatchEvents)
645 // HTMLFormControlElement::checkValidity() might change m_associatedElements.
653 HTMLFormControlElement* control = toHTMLFormControlElement(elements[i].get());