Searched refs:correctionStartOffsetInParagraph (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp211 // relative to the start position of the containing paragraph. We use correctionStartOffsetInParagraph
224 int correctionStartOffsetInParagraph = TextIterator::rangeLength(correctionStartOffsetInParagraphAsRange.get()); local
230 RefPtr<Range> replacementRange = TextIterator::subrange(paragraphRangeContainingCorrection.get(), correctionStartOffsetInParagraph, m_correctionPanelInfo.replacementString.length());

Completed in 38 milliseconds