Home | History | Annotate | Download | only in editing

Lines Matching defs:TextIterator

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?
338 TextIterator m_textIterator;