Home | History | Annotate | Download | only in accessibility

Lines Matching refs:PlainTextRange

1556 AXObject::PlainTextRange AXRenderObject::selectedTextRange() const
1559 return PlainTextRange();
1562 return PlainTextRange();
1567 return PlainTextRange(textControl->selectionStart(), textControl->selectionEnd() - textControl->selectionStart());
1571 return PlainTextRange();
1585 void AXRenderObject::setSelectedTextRange(const PlainTextRange& range)
1842 AXObject::PlainTextRange AXRenderObject::ariaSelectedTextRange() const
1846 return PlainTextRange();
1851 return PlainTextRange();
1856 return PlainTextRange(start, end - start);