Searched refs:isValidFormControlElement (Results 1 – 7 of 7) sorted by relevance
148 virtual bool isValidFormControlElement();
400 if (!willValidate() || isValidFormControlElement()) in checkValidity()411 bool HTMLFormControlElement::isValidFormControlElement() in isValidFormControlElement() function in WebCore::HTMLFormControlElement
319 virtual bool isValidFormControlElement() { return false; } in isValidFormControlElement() function
1075 …if (willValidate && (element->isValidFormControlElement() != m_element->isValidFormControlElement(… in canShareStyleWithElement()2868 return e->willValidate() && e->isValidFormControlElement(); in checkOneSelector()2873 … return (e->willValidate() && !e->isValidFormControlElement()) || e->hasUnacceptableValue(); in checkOneSelector()
32611 isValidFormControlElement(). setNeedsWillValidateCheck() updates32614 willValidate() and isValidFormControlElement() have assertions to32630 (WebCore::HTMLFormControlElement::isValidFormControlElement):
4711 Separate the check for willValidate from the check for isValidFormControlElement.69283 (WebCore::Element::isValidFormControlElement): checks for valid form69287 (WebCore::HTMLFormControlElement::isValidFormControlElement): ditto
58078 applies :invalid to not only elements with !isValidFormControlElement()