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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 298 RefPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length());
299 m_frame.selection().setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM));
303 m_frame.document()->markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling);
388 RefPtr<Range> misspellingRange;
389 markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange);
392 if (!misspellingRange)
396 const String misspelledWord = plainText(misspellingRange.get());
401 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM);
601 RefPtr<Range> misspellingRange = paragraph.subrange(resultLocation, resultLength);
602 misspellingRange->startContainer()->document().markers()->addMarker(misspellingRange.get(), DocumentMarker::Spellin (…)
    [all...]
TextCheckingHelper.cpp 264 RefPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
270 firstMisspellingRange = misspellingRange;
274 misspellingRange->startContainer()->document().markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling);

Completed in 163 milliseconds