Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLFormControlElement

26 #include "core/html/HTMLFormControlElement.h"
47 HTMLFormControlElement::HTMLFormControlElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form)
66 HTMLFormControlElement::~HTMLFormControlElement()
70 String HTMLFormControlElement::formEnctype() const
78 void HTMLFormControlElement::setFormEnctype(const String& value)
83 String HTMLFormControlElement::formMethod() const
91 void HTMLFormControlElement::setFormMethod(const String& value)
96 bool HTMLFormControlElement::formNoValidate() const
101 void HTMLFormControlElement::updateAncestorDisabledState() const
116 void HTMLFormControlElement::ancestorDisabledStateWasChanged()
122 void HTMLFormControlElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
154 void HTMLFormControlElement::disabledAttributeChanged()
167 void HTMLFormControlElement::requiredAttributeChanged()
175 static bool shouldAutofocus(HTMLFormControlElement* element)
213 void HTMLFormControlElement::attach(const AttachContext& context)
232 void HTMLFormControlElement::didMoveToNewDocument(Document* oldDocument)
238 Node::InsertionNotificationRequest HTMLFormControlElement::insertedInto(ContainerNode* insertionPoint)
248 void HTMLFormControlElement::removedFrom(ContainerNode* insertionPoint)
257 bool HTMLFormControlElement::wasChangedSinceLastFormControlChangeEvent() const
262 void HTMLFormControlElement::setChangedSinceLastFormControlChangeEvent(bool changed)
267 void HTMLFormControlElement::dispatchFormControlChangeEvent()
273 void HTMLFormControlElement::dispatchFormControlInputEvent()
279 bool HTMLFormControlElement::isDisabledFormControl() const
289 bool HTMLFormControlElement::isRequired() const
302 void HTMLFormControlElement::didRecalcStyle(StyleChange)
310 bool HTMLFormControlElement::supportsFocus() const
315 bool HTMLFormControlElement::rendererIsFocusable() const
324 bool HTMLFormControlElement::isKeyboardFocusable() const
330 bool HTMLFormControlElement::shouldShowFocusRingOnMouseFocus() const
335 void HTMLFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusDirection direction)
342 bool HTMLFormControlElement::shouldHaveFocusAppearance() const
348 void HTMLFormControlElement::willCallDefaultEventHandler(const Event& event)
360 short HTMLFormControlElement::tabIndex() const
366 bool HTMLFormControlElement::recalcWillValidate() const
381 bool HTMLFormControlElement::willValidate() const
388 const_cast<HTMLFormControlElement*>(this)->setNeedsValidityCheck();
399 void HTMLFormControlElement::setNeedsWillValidateCheck()
413 void HTMLFormControlElement::updateVisibleValidationMessage()
426 void HTMLFormControlElement::hideVisibleValidationMessage()
432 bool HTMLFormControlElement::checkValidity(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls, CheckValidityDispatchEvents dispatchEvents)
443 RefPtr<HTMLFormControlElement> protector(this);
451 bool HTMLFormControlElement::isValidFormControlElement()
459 void HTMLFormControlElement::setNeedsValidityCheck()
476 void HTMLFormControlElement::setCustomValidity(const String& error)
482 void HTMLFormControlElement::dispatchBlurEvent(Element* newFocusedElement)
488 HTMLFormElement* HTMLFormControlElement::virtualForm() const
493 bool HTMLFormControlElement::isDefaultButtonForForm() const
498 HTMLFormControlElement* HTMLFormControlElement::enclosingFormControlElement(Node* node)