Searched defs:textControl (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp1996 RenderTextControl* textControl = toRenderTextControl(m_renderer); local
1997 return textControl->text().substring(textControl->selectionStart(), textControl->selectionEnd() - textControl->selectionStart());
2030 RenderTextControl* textControl = toRenderTextControl(m_renderer); local
2031 return PlainTextRange(textControl->selectionStart(), textControl->selectionEnd() - textControl->selectionStart());

Completed in 48 milliseconds