subrange          289 Source/core/editing/SpellChecker.cpp         RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length);
subrange          298 Source/core/editing/SpellChecker.cpp         RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length());
subrange          500 Source/core/editing/SpellChecker.cpp         checkRange = fullParagraphToCheck.subrange(currentChunkStart, kChunkSize);
subrange          571 Source/core/editing/SpellChecker.cpp             RefPtrWillBeRawPtr<Range> misspellingRange = paragraph.subrange(resultLocation, resultLength);
subrange          579 Source/core/editing/SpellChecker.cpp                     RefPtrWillBeRawPtr<Range> badGrammarRange = paragraph.subrange(resultLocation + detail->location, detail->length);
subrange          585 Source/core/editing/SpellChecker.cpp             RefPtrWillBeRawPtr<Range> invisibleSpellcheckRange = paragraph.subrange(resultLocation, resultLength);
subrange          595 Source/core/editing/SpellChecker.cpp             RefPtrWillBeRawPtr<Range> selectionRange = extendedParagraph.subrange(0, selectionOffset);
subrange          161 Source/core/editing/TextCheckingHelper.cpp     return TextIterator::subrange(paragraphRange().get(), characterOffset, characterCount);
subrange          264 Source/core/editing/TextCheckingHelper.cpp                 RefPtrWillBeRawPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
subrange          434 Source/core/editing/TextCheckingHelper.cpp             RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length);
subrange           46 Source/core/editing/TextCheckingHelper.h     PassRefPtrWillBeRawPtr<Range> subrange(int characterOffset, int characterCount) const;
subrange          111 Source/core/editing/TextIterator.h     static PassRefPtrWillBeRawPtr<Range> subrange(Range* entireRange, int characterOffset, int characterCount);