Home | History | Annotate | Download | only in editing

Lines Matching refs:PlainTextRange

28 #include "core/editing/PlainTextRange.h"
38 PlainTextRange::PlainTextRange()
44 PlainTextRange::PlainTextRange(int location)
51 PlainTextRange::PlainTextRange(int start, int end)
60 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRange(const ContainerNode& scope) const
65 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeForSelection(const ContainerNode& scope) const
70 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeFor(const ContainerNode& scope, GetRangeFor getRangeFor) const
162 PlainTextRange PlainTextRange::create(const Node& scope, const Range& range)
165 return PlainTextRange();
173 return PlainTextRange();
175 return PlainTextRange();
185 return PlainTextRange(start, end);