Home | History | Annotate | Download | only in accessibility

Lines Matching refs:visiblePositionForIndex

1877 VisiblePosition AccessibilityRenderObject::visiblePositionForIndex(int index) const
1883 return toRenderTextControl(m_renderer)->textFormControlElement()->visiblePositionForIndex(index);
1933 VisiblePosition visiblePos = visiblePositionForIndex(0);