Home
last modified time | relevance | path

Searched refs:paragraphRangeContainingCorrection (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp201 …RefPtr<Range> paragraphRangeContainingCorrection = m_correctionPanelInfo.rangeToBeReplaced->cloneR… in applyCorrectionPanelInfo() local
205 …setStart(paragraphRangeContainingCorrection.get(), startOfParagraph(m_correctionPanelInfo.rangeToB… in applyCorrectionPanelInfo()
206 …setEnd(paragraphRangeContainingCorrection.get(), endOfParagraph(m_correctionPanelInfo.rangeToBeRep… in applyCorrectionPanelInfo()
214paragraphRangeContainingCorrection->startContainer(ec)->document(), paragraphRangeContainingCorrec… in applyCorrectionPanelInfo()
229 setEnd(paragraphRangeContainingCorrection.get(), m_frame->selection()->selection().start()); in applyCorrectionPanelInfo()
230 …RefPtr<Range> replacementRange = TextIterator::subrange(paragraphRangeContainingCorrection.get(), … in applyCorrectionPanelInfo()