Home | History | Annotate | Download | only in editing

Lines Matching refs:PlainTextRange

48 #include "core/editing/PlainTextRange.h"
1271 RefPtrWillBeRawPtr<Range> start = PlainTextRange(destinationIndex + startIndex).createRangeForSelection(*documentElement);
1272 RefPtrWillBeRawPtr<Range> end = PlainTextRange(destinationIndex + endIndex).createRangeForSelection(*documentElement);