Home | History | Annotate | Download | only in editing

Lines Matching refs:TextIterator

45 #include "TextIterator.h"
603 int startIndex = TextIterator::rangeLength(startRange.get(), true);
604 int endIndex = TextIterator::rangeLength(endRange.get(), true);
627 startRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), startIndex, 0, true);
628 endRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), endIndex, 0, true);