Lines Matching refs:editOnly
78 String editOnly = null; field in _XAccessibleText
111 editOnly = (String) tEnv.getObjRelation("EditOnly"); in before()
137 if (editOnly != null) { in _getCaretPosition()
138 log.println(editOnly); in _getCaretPosition()
516 if (editOnly != null) { in _getSelectedText()
517 log.println(editOnly); in _getSelectedText()
567 if (editOnly != null) { in _getSelectionStart()
568 log.println(editOnly); in _getSelectionStart()
609 if (editOnly != null) { in _getSelectionEnd()
610 log.println(editOnly); in _getSelectionEnd()
657 if (editOnly != null) { in _setSelection()
658 log.println(editOnly); in _setSelection()
1100 if (editOnly != null) { in _copyText()
1101 log.println(editOnly); in _copyText()