checkValidity      95 Source/core/html/HTMLFormControlElement.h     bool checkValidity(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls = 0, CheckValidityDispatchEvents = CheckValidityDispatchEventsAllowed);
checkValidity     669 Source/core/html/HTMLFormElement.cpp             if (!control->checkValidity(unhandledInvalidControls, dispatchEvents) && control->formOwner() == this)
checkValidity      95 Source/core/html/HTMLFormElement.h     bool checkValidity();
checkValidity      58 Source/core/html/HTMLObjectElement.h     bool checkValidity() { return true; }