Home
last modified time | relevance | path

Searched defs:isRequiredFormControl (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTextAreaElement.h102 virtual bool isRequiredFormControl() const { return required(); } in isRequiredFormControl() function
DHTMLInputElement.cpp1684 bool HTMLInputElement::isRequiredFormControl() const in isRequiredFormControl() function in WebCore::HTMLInputElement
/external/webkit/WebCore/dom/
DElement.h215 virtual bool isRequiredFormControl() const { return false; } in isRequiredFormControl() function