TextIterator     1775 Source/core/accessibility/AXRenderObject.cpp     return TextIterator::rangeLength(range.get());
TextIterator       87 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
TextIterator       96 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
TextIterator      105 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
TextIterator      126 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
TextIterator      150 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
TextIterator      260 Source/core/editing/ApplyStyleCommand.cpp     int startIndex = TextIterator::rangeLength(startRange.get(), true);
TextIterator      261 Source/core/editing/ApplyStyleCommand.cpp     int endIndex = TextIterator::rangeLength(endRange.get(), true);
TextIterator     1157 Source/core/editing/CompositeEditCommand.cpp                 startIndex = TextIterator::rangeLength(startRange.get(), true);
TextIterator     1163 Source/core/editing/CompositeEditCommand.cpp                 endIndex = TextIterator::rangeLength(endRange.get(), true);
TextIterator     1224 Source/core/editing/CompositeEditCommand.cpp     destinationIndex = TextIterator::rangeLength(startToDestinationRange.get(), true);
TextIterator       81 Source/core/editing/PlainTextRange.cpp     TextIterator it(rangeOfContents(const_cast<ContainerNode*>(&scope)).get(), getRangeFor == ForSelection ? TextIteratorEmitsCharactersBetweenAllVisiblePositions : TextIteratorDefaultBehavior);
TextIterator      176 Source/core/editing/PlainTextRange.cpp     size_t start = TextIterator::rangeLength(testRange.get());
TextIterator      180 Source/core/editing/PlainTextRange.cpp     size_t end = TextIterator::rangeLength(testRange.get());
TextIterator      289 Source/core/editing/SpellChecker.cpp         RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length);
TextIterator      298 Source/core/editing/SpellChecker.cpp         RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length());
TextIterator      147 Source/core/editing/TextCheckingHelper.cpp     return TextIterator::rangeLength(paragraphRange().get());
TextIterator      161 Source/core/editing/TextCheckingHelper.cpp     return TextIterator::subrange(paragraphRange().get(), characterOffset, characterCount);
TextIterator      171 Source/core/editing/TextCheckingHelper.cpp     return TextIterator::rangeLength(range.get());
TextIterator      202 Source/core/editing/TextCheckingHelper.cpp         m_checkingStart = TextIterator::rangeLength(offsetAsRange().get());
TextIterator      210 Source/core/editing/TextCheckingHelper.cpp         m_checkingEnd = checkingStart() + TextIterator::rangeLength(checkingRange().get());
TextIterator      218 Source/core/editing/TextCheckingHelper.cpp         m_checkingLength = TextIterator::rangeLength(checkingRange().get());
TextIterator      264 Source/core/editing/TextCheckingHelper.cpp                 RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
TextIterator      311 Source/core/editing/TextCheckingHelper.cpp     int totalRangeLength = TextIterator::rangeLength(paragraphRange.get());
TextIterator      315 Source/core/editing/TextCheckingHelper.cpp     int rangeStartOffset = TextIterator::rangeLength(offsetAsRange.get());
TextIterator      322 Source/core/editing/TextCheckingHelper.cpp         int currentLength = TextIterator::rangeLength(paragraphRange.get());
TextIterator      329 Source/core/editing/TextCheckingHelper.cpp             currentEndOffset = TextIterator::rangeLength(endOffsetAsRange.get());
TextIterator      382 Source/core/editing/TextCheckingHelper.cpp                         spellingOffset += TextIterator::rangeLength(paragraphOffsetAsRange.get());
TextIterator      393 Source/core/editing/TextCheckingHelper.cpp                         grammarPhraseOffset += TextIterator::rangeLength(paragraphOffsetAsRange.get());
TextIterator      434 Source/core/editing/TextCheckingHelper.cpp             RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length);
TextIterator      242 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Range* range, TextIteratorBehaviorFlags behavior)
TextIterator      273 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior)
TextIterator      303 Source/core/editing/TextIterator.cpp void TextIterator::initialize(const Position& start, const Position& end)
TextIterator      347 Source/core/editing/TextIterator.cpp TextIterator::~TextIterator()
TextIterator      351 Source/core/editing/TextIterator.cpp void TextIterator::advance()
TextIterator      539 Source/core/editing/TextIterator.cpp UChar TextIterator::characterAt(unsigned index) const
TextIterator      554 Source/core/editing/TextIterator.cpp String TextIterator::substring(unsigned position, unsigned length) const
TextIterator      568 Source/core/editing/TextIterator.cpp void TextIterator::appendTextToStringBuilder(StringBuilder& builder, unsigned position, unsigned maxLength) const
TextIterator      581 Source/core/editing/TextIterator.cpp bool TextIterator::handleTextNode()
TextIterator      653 Source/core/editing/TextIterator.cpp void TextIterator::handleTextBox()
TextIterator      752 Source/core/editing/TextIterator.cpp void TextIterator::handleTextNodeFirstLetter(RenderTextFragment* renderer)
TextIterator      769 Source/core/editing/TextIterator.cpp bool TextIterator::handleReplacedElement()
TextIterator      819 Source/core/editing/TextIterator.cpp bool TextIterator::hasVisibleTextNode(RenderText* renderer)
TextIterator      972 Source/core/editing/TextIterator.cpp bool TextIterator::shouldRepresentNodeOffsetZero()
TextIterator     1028 Source/core/editing/TextIterator.cpp bool TextIterator::shouldEmitSpaceBeforeAndAfterNode(Node* node)
TextIterator     1033 Source/core/editing/TextIterator.cpp void TextIterator::representNodeOffsetZero()
TextIterator     1053 Source/core/editing/TextIterator.cpp bool TextIterator::handleNonTextNode()
TextIterator     1065 Source/core/editing/TextIterator.cpp void TextIterator::exitNode()
TextIterator     1105 Source/core/editing/TextIterator.cpp void TextIterator::emitCharacter(UChar c, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset)
TextIterator     1126 Source/core/editing/TextIterator.cpp void TextIterator::emitText(Node* textNode, RenderObject* renderObject, int textStartOffset, int textEndOffset)
TextIterator     1147 Source/core/editing/TextIterator.cpp void TextIterator::emitText(Node* textNode, int textStartOffset, int textEndOffset)
TextIterator     1152 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> TextIterator::range() const
TextIterator     1172 Source/core/editing/TextIterator.cpp Node* TextIterator::node() const
TextIterator     2032 Source/core/editing/TextIterator.cpp int TextIterator::rangeLength(const Range* r, bool forSelectionPreservation)
TextIterator     2035 Source/core/editing/TextIterator.cpp     for (TextIterator it(r, forSelectionPreservation ? TextIteratorEmitsCharactersBetweenAllVisiblePositions : TextIteratorDefaultBehavior); !it.atEnd(); it.advance())
TextIterator     2041 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> TextIterator::subrange(Range* entireRange, int characterOffset, int characterCount)
TextIterator     2058 Source/core/editing/TextIterator.cpp     for (TextIterator it(r, behavior); !it.atEnd(); it.advance()) {
TextIterator       76 Source/core/editing/TextIterator.h class TextIterator {
TextIterator       78 Source/core/editing/TextIterator.h     explicit TextIterator(const Range*, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIterator       80 Source/core/editing/TextIterator.h     TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
TextIterator       81 Source/core/editing/TextIterator.h     ~TextIterator();
TextIterator      323 Source/core/editing/TextIterator.h     TextIterator m_textIterator;
TextIterator      364 Source/core/editing/TextIterator.h     TextIterator m_textIterator;
TextIterator       87 Source/core/editing/TextIteratorTest.cpp     TextIterator textIterator(range.get(), iteratorBehavior);
TextIterator      470 Source/core/editing/VisibleUnits.cpp         TextIterator forwardsIterator(forwardsScanRange.get());
TextIterator      564 Source/core/editing/VisibleUnits.cpp     TextIterator it(searchRange.get(), TextIteratorEmitsCharactersBetweenAllVisiblePositions);
TextIterator     1019 Source/core/editing/htmlediting.cpp     return TextIterator::rangeLength(range.get(), true);
TextIterator      331 Source/core/html/HTMLTextFormControlElement.cpp     return TextIterator::rangeLength(range.get());
TextIterator      547 Source/core/page/EventHandler.cpp     return TextIterator::rangeLength(range.get(), true);
TextIterator      141 Source/platform/fonts/WidthIterator.cpp template <typename TextIterator>
TextIterator      142 Source/platform/fonts/WidthIterator.cpp inline unsigned WidthIterator::advanceInternal(TextIterator& textIterator, GlyphBuffer* glyphBuffer)
TextIterator       84 Source/platform/fonts/WidthIterator.h     template <typename TextIterator>
TextIterator       85 Source/platform/fonts/WidthIterator.h     inline unsigned advanceInternal(TextIterator&, GlyphBuffer*);
TextIterator      223 Source/web/WebFrameImpl.cpp         for (TextIterator it(range.get()); !it.atEnd(); it.advance()) {