Home | History | Annotate | Download | only in accessibility

Lines Matching refs:visiblePositionForIndex

1710 VisiblePosition AXRenderObject::visiblePositionForIndex(int index) const
1716 return toRenderTextControl(m_renderer)->textFormControlElement()->visiblePositionForIndex(index);
1789 VisiblePosition visiblePos = visiblePositionForIndex(0);