Home | History | Annotate | Download | only in editing

Lines Matching refs:subrange

1824         RefPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length);
1834 RefPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length());
2195 RefPtr<Range> misspellingRange = spellingParagraph.subrange(resultLocation, resultLength);
2205 RefPtr<Range> badGrammarRange = grammarParagraph.subrange(resultLocation + detail->location, detail->length);
2228 RefPtr<Range> rangeToReplace = spellingParagraph.subrange(resultLocation, resultLength);
2297 m_spellingCorrector->markCorrection(spellingParagraph.subrange(resultLocation, replacementLength), replacedString);
2306 RefPtr<Range> selectionRange = spellingParagraph.subrange(0, selectionOffset);
2337 RefPtr<Range> changedRange = paragraph.subrange(paragraph.checkingStart(), replacedString.length());