Home | History | Annotate | Download | only in editing

Lines Matching refs:TextIterator

71 class TextIterator {
73 TextIterator();
74 explicit TextIterator(const Range*, bool emitCharactersBetweenAllVisiblePositions = false, bool enterTextControls = false);
145 // in the Range used to create the TextIterator.
232 TextIterator m_textIterator;
254 // Very similar to the TextIterator, except that the chunks of text returned are "well behaved",
271 // text from the previous chunk from the textIterator
275 // many chunks from textIterator concatenated
278 // Did we have to look ahead in the textIterator to confirm the current chunk?
283 TextIterator m_textIterator;