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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp83 bool willValidate = candidate.willValidate(); local
85 if (willValidate != element().willValidate())
88 if (willValidate && (candidate.isValidFormControlElement() != element().isValidFormControlElement()))
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElement.cpp374 bool HTMLFormControlElement::willValidate() const function in class:WebCore::HTMLFormControlElement
394 // We need to recalculate willValidate immediately because willValidate change can causes style change.
412 if (renderer() && willValidate())
427 if (!willValidate() || isValidFormControlElement())
449 if (willValidate() && newIsValid != m_isValid) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h448 virtual bool willValidate() const { return false; } function in class:WebCore::Element

Completed in 540 milliseconds