Searched refs:chCount (Results 1 – 2 of 2) sorted by relevance
84 int chCount = 0; field in _XAccessibleText115 if ( chCount > 0 ) { in _getCaretPosition()161 if ( chCount > 0 ) { in _setCaretPosition()321 if (chCount > 0) { in _getCharacterBounds()416 if (chCount > 2) { in _getSelectedText()457 if (chCount > 2) { in _getSelectionStart()497 if (chCount > 2) { in _getSelectionEnd()553 if (chCount > 2) { in _setSelection()565 if (chCount > 1) { in _setSelection()838 res &= txt.SegmentText.equals(text.substring(chCount - 2, chCount - 1)); in _getTextBeforeIndex()[all …]
81 int chCount = 0; field in _XAccessibleText541 if (chCount > 2) { in _getSelectedText()584 if (chCount > 2) { in _getSelectionStart()626 if (chCount > 2) { in _getSelectionEnd()683 if (chCount > 2) { in _setSelection()751 if (chCount > 3) { in _getTextRange()976 res &= compareStrings(text.substring(chCount - 2, chCount - 1), in _getTextBeforeIndex()979 if (chCount > 2) { in _getTextBeforeIndex()1068 if (chCount > 2) { in _getTextBehindIndex()1074 res &= txt.SegmentText.equals(text.substring(chCount - 1, chCount)); in _getTextBehindIndex()[all …]
Completed in 72 milliseconds