Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.h573 bool allowsTextRanges() const { return isTextControl(); } in allowsTextRanges() function
DAXRenderObject.cpp1727 if (!allowsTextRanges() && !m_renderer->isText()) in visiblePositionForIndex()