Home | History | Annotate | Download | only in web

Lines Matching refs:PlainTextRange

95 #include "core/editing/PlainTextRange.h"
1010 RefPtrWillBeRawPtr<Range> range = PlainTextRange(location, location + length).createRange(*editable);
1031 return PlainTextRange::create(*editable, *range.get()).start();
1249 return frame()->inputMethodController().setEditableSelectionOffsets(PlainTextRange(start, end));