createRangeForSelection  290 Source/core/editing/ApplyStyleCommand.cpp     startRange = PlainTextRange(startIndex).createRangeForSelection(toContainerNode(scope));
createRangeForSelection  291 Source/core/editing/ApplyStyleCommand.cpp     endRange = PlainTextRange(endIndex).createRangeForSelection(toContainerNode(scope));
createRangeForSelection 1247 Source/core/editing/CompositeEditCommand.cpp             RefPtrWillBeRawPtr<Range> start = PlainTextRange(destinationIndex + startIndex).createRangeForSelection(*documentElement);
createRangeForSelection 1248 Source/core/editing/CompositeEditCommand.cpp             RefPtrWillBeRawPtr<Range> end = PlainTextRange(destinationIndex + endIndex).createRangeForSelection(*documentElement);
createRangeForSelection   53 Source/core/editing/PlainTextRange.h     PassRefPtrWillBeRawPtr<Range> createRangeForSelection(const ContainerNode& scope) const;
createRangeForSelection 1026 Source/core/editing/htmlediting.cpp     RefPtrWillBeRawPtr<Range> range = PlainTextRange(index).createRangeForSelection(*scope);