Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp325 Range* replacedRange = m_correctionPanelInfo.rangeToBeReplaced.get(); in handleCorrectionPanelResult() local
326 if (!replacedRange || m_frame->document() != replacedRange->ownerDocument()) in handleCorrectionPanelResult()
342replacedRange->startContainer()->document()->markers()->addMarker(replacedRange, DocumentMarker::R… in handleCorrectionPanelResult()
446 void SpellingCorrectionController::markCorrection(PassRefPtr<Range> replacedRange, const String& re… in markCorrection() argument
449 DocumentMarkerController* markers = replacedRange->startContainer()->document()->markers(); in markCorrection()
453 markers->addMarker(replacedRange.get(), markerType, replacedString); in markCorrection()
455 markers->addMarker(replacedRange.get(), markerType); in markCorrection()
DSpellingCorrectionController.h116 …arkCorrection(PassRefPtr<Range> replacedRange, const String& replacedString) UNLESS_ENABLED({ UNUS…