Home | History | Annotate | Download | only in src

Lines Matching full:textiterator

130 #include "TextIterator.h"
203 // TextIterator iterates over the visual representation of the DOM. As such,
215 // the plainText() function in TextIterator.h, but we implement the maximum
218 for (TextIterator it(range.get()); !it.atEnd(); it.advance()) {
1159 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, location, length);
1697 // since findPlainText will use a TextIterator to go over the visible
2219 // Use a TextIterator to visit the potentially multiple nodes the range
2221 TextIterator markedText(range);