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

  /external/webkit/WebCore/wml/
WMLFormControlElement.h 36 virtual bool isTextFormControl() const { return false; }
WMLInputElement.h 48 virtual bool isTextFormControl() const { return true; }
  /external/webkit/WebCore/html/
HTMLFormControlElement.h 51 virtual bool isTextFormControl() const { return false; }
HTMLTextAreaElement.h 54 virtual bool isTextFormControl() const { return true; }
HTMLInputElement.h 101 virtual bool isTextFormControl() const { return isTextField(); }
  /external/webkit/WebCore/dom/
Element.h 253 virtual bool isTextFormControl() const { return false; }

Completed in 56 milliseconds