Home | History | Annotate | Download | only in testing

Lines Matching refs:PlainTextRange

63 #include "core/editing/PlainTextRange.h"
1050 return PlainTextRange(rangeLocation, rangeLocation + rangeLength).createRange(*scope);
1060 // PlainTextRange depends on Layout information, make sure layout it up to date.
1063 return PlainTextRange::create(*scope, *range).start();
1073 // PlainTextRange depends on Layout information, make sure layout it up to date.
1076 return PlainTextRange::create(*scope, *range).length();