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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLButtonElement.cpp201 bool HTMLButtonElement::recalcWillValidate() const function in class:blink::HTMLButtonElement
203 return m_type == SUBMIT && HTMLFormControlElement::recalcWillValidate();
H A DHTMLFormControlElement.cpp367 bool HTMLFormControlElement::recalcWillValidate() const function in class:blink::HTMLFormControlElement
382 bool newWillValidate = recalcWillValidate();
389 // called correctly when something which changes recalcWillValidate() result
391 ASSERT(m_willValidate == recalcWillValidate());
399 bool newWillValidate = recalcWillValidate();
H A DHTMLInputElement.cpp1470 bool HTMLInputElement::recalcWillValidate() const function in class:blink::HTMLInputElement
1472 return m_inputType->supportsValidation() && HTMLTextFormControlElement::recalcWillValidate();

Completed in 1611 milliseconds