Home
last modified time | relevance | path

Searched defs:isTextFormControl (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLFormControlElement.h38 virtual bool isTextFormControl() const { return false; } in isTextFormControl() function
DWMLInputElement.h52 virtual bool isTextFormControl() const { return true; } in isTextFormControl() function
/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.h91 virtual bool isTextFormControl() const { return true; } in isTextFormControl() function
DHTMLInputElement.h228 virtual bool isTextFormControl() const { return isTextField(); } in isTextFormControl() function
/external/webkit/Source/WebCore/dom/
DElement.h314 virtual bool isTextFormControl() const { return false; } in isTextFormControl() function