Searched refs:createRangeForSelection (Results 1 – 5 of 5) sorted by relevance
52 PassRefPtr<Range> createRangeForSelection(const ContainerNode& scope) const;
65 PassRefPtr<Range> PlainTextRange::createRangeForSelection(const ContainerNode& scope) const in createRangeForSelection() function in WebCore::PlainTextRange
1284 …RefPtr<Range> start = PlainTextRange(destinationIndex + startIndex).createRangeForSelection(*docum… in moveParagraphs()1285 …RefPtr<Range> end = PlainTextRange(destinationIndex + endIndex).createRangeForSelection(*document(… in moveParagraphs()
289 startRange = PlainTextRange(startIndex).createRangeForSelection(*toContainerNode(scope)); in applyBlockStyle()290 endRange = PlainTextRange(endIndex).createRangeForSelection(*toContainerNode(scope)); in applyBlockStyle()
1072 RefPtr<Range> range = PlainTextRange(index).createRangeForSelection(*scope); in visiblePositionForIndex()