Home | History | Annotate | Download | only in editing

Lines Matching defs:TextIterator

85 class TextIterator {
87 TextIterator();
88 ~TextIterator();
89 explicit TextIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
171 // in the Range used to create the TextIterator.
269 TextIterator m_textIterator;
292 // Very similar to the TextIterator, except that the chunks of text returned are "well behaved",
310 // text from the previous chunk from the textIterator
314 // many chunks from textIterator concatenated
317 // Did we have to look ahead in the textIterator to confirm the current chunk?
322 TextIterator m_textIterator;