HomeSort by relevance Sort by last modified time
    Searched defs:isTextFormControl (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLFormControlElement.h 38 virtual bool isTextFormControl() const { return false; }
WMLInputElement.h 52 virtual bool isTextFormControl() const { return true; }
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 232 virtual bool isTextFormControl() const { return isTextField(); }
HTMLTextAreaElement.h 91 virtual bool isTextFormControl() const { return true; }
  /external/webkit/Source/WebCore/dom/
Element.h 314 virtual bool isTextFormControl() const { return false; }

Completed in 301 milliseconds