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 77 class TextIterator {
80 explicit TextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
82 TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
83 ~TextIterator();
197 // in the Range used to create the TextIterator.
334 TextIterator m_textIterator;
356 // Very similar to the TextIterator, except that the chunks of text returned are "well behaved",
373 // Did we have to look ahead in the textIterator to confirm the current chunk?
376 TextIterator m_textIterator;
TextIterator.cpp 28 #include "core/editing/TextIterator.h"
242 TextIterator::TextIterator(const Range* range, TextIteratorBehaviorFlags behavior)
273 TextIterator::TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior)
303 void TextIterator::initialize(const Position& start, const Position& end)
355 TextIterator::~TextIterator()
359 void TextIterator::advance()
547 UChar TextIterator::characterAt(unsigned index) cons
    [all...]

Completed in 912 milliseconds