Home | History | Annotate | Download | only in editing

Lines Matching refs:selectedRange

317         RefPtr<Range> selectedRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, length);
318 setEndingSelection(VisibleSelection(selectedRange.get()));