Searched refs:recalcWillValidate (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFieldSetElement.h56 virtual bool recalcWillValidate() const OVERRIDE { return false; }
H A DHTMLButtonElement.h77 virtual bool recalcWillValidate() const OVERRIDE;
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 DHTMLFormControlElement.h141 virtual bool recalcWillValidate() const;
H A DHTMLInputElement.h331 virtual bool recalcWillValidate() const OVERRIDE FINAL;
H A DHTMLInputElement.cpp1470 bool HTMLInputElement::recalcWillValidate() const function in class:blink::HTMLInputElement
1472 return m_inputType->supportsValidation() && HTMLTextFormControlElement::recalcWillValidate();

Completed in 340 milliseconds