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

  /external/webkit/WebCore/editing/
TextIterator.h 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
    [all...]
TextIterator.cpp 28 #include "TextIterator.h"
248 TextIterator::TextIterator()
262 TextIterator::TextIterator(const Range* r, bool emitCharactersBetweenAllVisiblePositions, bool enterTextControls)
325 void TextIterator::advance()
430 bool TextIterator::handleTextNode()
480 void TextIterator::handleTextBox()
552 bool TextIterator::handleReplacedElement()
737 bool TextIterator::shouldRepresentNodeOffsetZero(
    [all...]

Completed in 75 milliseconds