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

/external/webkit/Source/WebCore/html/
H A DHTMLFieldSetElement.h42 virtual bool recalcWillValidate() const { return false; } function in class:WebCore::HTMLFieldSetElement
H A DHTMLProgressElement.h50 virtual bool recalcWillValidate() const { return false; } function in class:WebCore::HTMLProgressElement
H A DHTMLButtonElement.h62 virtual bool recalcWillValidate() const;
H A DHTMLMeterElement.h66 virtual bool recalcWillValidate() const { return false; } function in class:WebCore::HTMLMeterElement
H A DHTMLButtonElement.cpp182 bool HTMLButtonElement::recalcWillValidate() const function in class:WebCore::HTMLButtonElement
184 return m_type == SUBMIT && HTMLFormControlElement::recalcWillValidate();
H A DHTMLFormControlElement.cpp316 bool HTMLFormControlElement::recalcWillValidate() const function in class:WebCore::HTMLFormControlElement
327 m_willValidate = recalcWillValidate();
330 // called correctly when something which changes recalcWillValidate() result
332 ASSERT(m_willValidate == recalcWillValidate());
341 bool newWillValidate = recalcWillValidate();
H A DHTMLFormControlElement.h131 virtual bool recalcWillValidate() const;
H A DHTMLInputElement.h299 virtual bool recalcWillValidate() const;
H A DHTMLInputElement.cpp1298 bool HTMLInputElement::recalcWillValidate() const function in class:WebCore::HTMLInputElement
1300 return m_inputType->supportsValidation() && HTMLFormControlElementWithState::recalcWillValidate();

Completed in 4161 milliseconds