Searched defs:selectionEnd (Results 1 – 2 of 2) sorted by relevance
290 int selectionEnd = selectionStart + selection.y; in checkXmlNavigation() local
357 int selectionEnd = selectionBegin + selectedRange.y; in addSelection() local361 protected String addSelection(String newFileContents, int selectionBegin, int selectionEnd) { in addSelection()