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

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.h 109 bool isSpellingMarkerAllowed(PassRefPtr<Range> misspellingRange) const UNLESS_ENABLED({ UNUSED_PARAM(misspellingRange); return true; })
TextCheckingHelper.cpp 198 RefPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
204 firstMisspellingRange = misspellingRange;
209 misspellingRange->startContainer(ec)->document()->markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling);
Editor.cpp     [all...]
SpellingCorrectionController.cpp 149 bool SpellingCorrectionController::isSpellingMarkerAllowed(PassRefPtr<Range> misspellingRange) const
151 return !m_frame->document()->markers()->hasMarkers(misspellingRange.get(), DocumentMarker::SpellCheckingExemption);

Completed in 48 milliseconds