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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 78 class TextIterator {
81 explicit TextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
83 TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
84 ~TextIterator();
209 // in the Range used to create the TextIterator.
359 TextIterator m_textIterator;
382 // Very similar to the TextIterator, except that the chunks of text returned are "well behaved",
399 // Did we have to look ahead in the textIterator to confirm the current chunk?
401 TextIterator m_textIterator;
TextIterator.cpp 28 #include "core/editing/TextIterator.h"
243 TextIterator::TextIterator(const Range* range, TextIteratorBehaviorFlags behavior)
274 TextIterator::TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior)
304 void TextIterator::initialize(const Position& start, const Position& end)
358 TextIterator::~TextIterator()
362 bool TextIterator::isInsideReplacedElement() const
371 void TextIterator::advance(
    [all...]

Completed in 60 milliseconds