HomeSort by relevance Sort by last modified time
    Searched defs:TextIterator (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
TextIterator.h 88 class TextIterator {
90 TextIterator();
91 ~TextIterator();
92 explicit TextIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
174 // in the Range used to create the TextIterator.
285 TextIterator m_textIterator;
308 // Very similar to the TextIterator, except that the chunks of text returned are "well behaved",
326 // text from the previous chunk from the textIterator
330 // many chunks from textIterator concatenated
333 // Did we have to look ahead in the textIterator to confirm the current chunk
    [all...]
TextIterator.cpp 28 #include "TextIterator.h"
258 TextIterator::TextIterator()
282 TextIterator::TextIterator(const Range* r, TextIteratorBehavior behavior)
358 TextIterator::~TextIterator()
362 bool TextIterator::atEnd() const
371 void TextIterator::advance()
487 bool TextIterator::handleTextNode(
    [all...]

Completed in 1166 milliseconds