Searched refs:isTextFormControl (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLFormControlElement.h38 virtual bool isTextFormControl() const { return false; } function in class:WebCore::WMLFormControlElement
H A DWMLInputElement.h52 virtual bool isTextFormControl() const { return true; } function in class:WebCore::WMLInputElement
/external/webkit/Source/WebKit/chromium/src/
H A DWebElement.cpp52 return constUnwrap<Element>()->isTextFormControl();
H A DWebViewImpl.cpp1253 if (element->isTextFormControl())
/external/webkit/Source/WebCore/html/
H A DHTMLTextAreaElement.h91 virtual bool isTextFormControl() const { return true; } function in class:WebCore::HTMLTextAreaElement
H A DHTMLFormControlElement.cpp647 if (!isTextFormControl())
684 if (!isTextFormControl())
695 if (!isTextFormControl())
706 if (!renderer() || !isTextFormControl() || cachedSelectionStart() < 0 || cachedSelectionEnd() < 0)
H A DHTMLInputElement.h228 virtual bool isTextFormControl() const { return isTextField(); } function in class:WebCore::HTMLInputElement
/external/webkit/Source/WebCore/dom/
H A DElement.h314 virtual bool isTextFormControl() const { return false; } function in class:WebCore::Element
/external/webkit/Source/WebCore/editing/
H A Dhtmlediting.cpp895 return ancestor->isElementNode() && static_cast<Element*>(ancestor)->isTextFormControl();
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp2849 return e->isTextFormControl() && e->isReadOnlyFormControl();
2854 return e->isTextFormControl() && !e->isReadOnlyFormControl();

Completed in 197 milliseconds