Searched refs:selStart (Results 1 – 1 of 1) sorted by relevance
588 int selStart = mSelectionStart; in findSelectionInXmlFile() local590 sdoc.getRegionAtCharacterOffset(selStart); in findSelectionInXmlFile()596 currAttrName = findSelectionInRegion(region, selStart); in findSelectionInXmlFile()648 private String findSelectionInRegion(IStructuredDocumentRegion region, int selStart) { in findSelectionInRegion() argument652 int startInRegion = selStart - region.getStartOffset(); in findSelectionInRegion()