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