Searched defs:isTextControl (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.h89 virtual bool isTextControl() const { return true; } function in class:WebCore::RenderTextControl
123 ASSERT(!object || object->isTextControl());
129 ASSERT(!object || object->isTextControl());
H A DRenderObject.h296 virtual bool isTextControl() const { return false; } function in class:WebCore::RenderObject
994 return obj->isTextControl()
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h312 bool isTextControl() const { return roleValue() == TextAreaRole || roleValue() == TextFieldRole; } function in class:WebCore::AccessibilityObject
608 bool allowsTextRanges() const { return isTextControl(); }

Completed in 169 milliseconds