Lines Matching full:range
42 #include "Range.h"
601 RefPtr<Range> startRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleStart.deepEquivalent()));
602 RefPtr<Range> endRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleEnd.deepEquivalent()));
705 if (startNode->isTextNode() && start.deprecatedEditingOffset() >= caretMaxOffset(startNode)) // Move out of text node if range does not include its characters.
1065 // FIXME: Callers should perform this operation on a Range that includes the br
1491 // the max range offset of prev.
1738 // range so that the endingSelection() is canonicalized. See the comments at the end of