Home | History | Annotate | Download | only in accessibility

Lines Matching refs:textControl

1996         RenderTextControl* textControl = toRenderTextControl(m_renderer);
1997 return textControl->text().substring(textControl->selectionStart(), textControl->selectionEnd() - textControl->selectionStart());
2030 RenderTextControl* textControl = toRenderTextControl(m_renderer);
2031 return PlainTextRange(textControl->selectionStart(), textControl->selectionEnd() - textControl->selectionStart());