Home
last modified time | relevance | path

Searched defs:allowsTextRanges (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectAtk.cpp102 bool AccessibilityObject::allowsTextRanges() const in allowsTextRanges() function in WebCore::AccessibilityObject
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.h608 bool allowsTextRanges() const { return isTextControl(); } in allowsTextRanges() function