Home | History | Annotate | Download | only in accessibility

Lines Matching defs:visiblePositionForIndex

2464 VisiblePosition AccessibilityRenderObject::visiblePositionForIndex(int index) const
2470 return toRenderTextControl(m_renderer)->visiblePositionForIndex(index);
2628 VisiblePosition AccessibilityRenderObject::visiblePositionForIndex(unsigned indexValue, bool lastIndexOK) const
2638 VisiblePosition position = visiblePositionForIndex(indexValue);
2669 VisiblePosition visiblePos = visiblePositionForIndex(0);