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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOutputElement.h43 virtual bool willValidate() const { return false; } function in class:WebCore::FINAL
H A DHTMLFormControlElement.cpp403 bool HTMLFormControlElement::willValidate() const function in class:WebCore::HTMLFormControlElement
423 // We need to recalculate willValidate immediately because willValidate change can causes style change.
441 if (renderer() && willValidate())
456 if (!willValidate() || isValidFormControlElement())
480 if (willValidate() && newIsValid != m_isValid) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp81 bool willValidate = candidate.willValidate(); local
83 if (willValidate != element().willValidate())
86 if (willValidate && (candidate.isValidFormControlElement() != element().isValidFormControlElement()))
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h450 virtual bool willValidate() const { return false; } function in class:WebCore::Element

Completed in 1721 milliseconds