Home | History | Annotate | Download | only in editing

Lines Matching defs:endRange

264     RefPtrWillBeRawPtr<Range> endRange = Range::create(document(), firstPositionInNode(&scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
266 int endIndex = TextIterator::rangeLength(endRange.get(), true);
296 endRange = PlainTextRange(endIndex).createRangeForSelection(toContainerNode(scope));
297 if (startRange && endRange)
298 updateStartEnd(startRange->startPosition(), endRange->startPosition());