HomeSort by relevance Sort by last modified time
    Searched refs:replacedRange (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 325 Range* replacedRange = m_correctionPanelInfo.rangeToBeReplaced.get();
326 if (!replacedRange || m_frame->document() != replacedRange->ownerDocument())
342 replacedRange->startContainer()->document()->markers()->addMarker(replacedRange, DocumentMarker::RejectedCorrection, m_correctionPanelInfo.replacedString);
446 void SpellingCorrectionController::markCorrection(PassRefPtr<Range> replacedRange, const String& replacedString)
449 DocumentMarkerController* markers = replacedRange->startContainer()->document()->markers();
453 markers->addMarker(replacedRange.get(), markerType, replacedString);
455 markers->addMarker(replacedRange.get(), markerType);
SpellingCorrectionController.h 116 void markCorrection(PassRefPtr<Range> replacedRange, const String& replacedString) UNLESS_ENABLED({ UNUSED_PARAM(replacedRange); UNUSED_PARAM(replacedString); })

Completed in 24 milliseconds