Searched defs:isTextFormControl (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/wml/
H A DWMLFormControlElement.h36 virtual bool isTextFormControl() const { return false; } function in class:WebCore::WMLFormControlElement
H A DWMLInputElement.h48 virtual bool isTextFormControl() const { return true; } function in class:WebCore::WMLInputElement
/external/webkit/WebCore/html/
H A DHTMLFormControlElement.h51 virtual bool isTextFormControl() const { return false; } function in class:WebCore::HTMLFormControlElement
H A DHTMLTextAreaElement.h54 virtual bool isTextFormControl() const { return true; } function in class:WebCore::HTMLTextAreaElement
H A DHTMLInputElement.h101 virtual bool isTextFormControl() const { return isTextField(); } function in class:WebCore::HTMLInputElement
/external/webkit/WebCore/dom/
H A DElement.h253 virtual bool isTextFormControl() const { return false; } function in class:WebCore::Element

Completed in 301 milliseconds