Home | History | Annotate | Download | only in editing

Lines Matching refs:Spelling

1141         frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling);
1150 // repeated "check spelling" commands work.
1168 // This shouldn't happen in very often because the Spelling menu items aren't enabled unless the
1279 // takes precedence and we ignore any potential misspelled word. Select the grammar detail, update the spelling
1292 // We found a misspelling, but not any earlier bad grammar. Select the misspelling, update the spelling panel, and store
1300 frame()->document()->markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling);
1354 frame()->document()->markers()->removeMarkers(selectedRange.get(), DocumentMarker::Spelling);
1390 // Check spelling of one word
1571 misspellingRange->startContainer()->document()->markers()->addMarker(misspellingRange.get(), DocumentMarker::Spelling, result->replacement, result->hash);
1608 // markMisspellingsAndBadGrammar() is triggered by selection change, in which case we check spelling and grammar, but don't autocorrect misspellings.
1688 document->markers()->removeMarkers(wordRange.get(), DocumentMarker::Spelling | DocumentMarker::Grammar, DocumentMarkerController::RemovePartiallyOverlappingMarker);
1886 DocumentMarker::MarkerTypes markerTypes(DocumentMarker::Spelling);
2062 // Don't check spelling and grammar if the change of selection is triggered by spelling correction itself.
2065 // When typing we check spelling elsewhere, so don't redo it here.
2079 m_frame->document()->markers()->removeMarkers(wordRange.get(), DocumentMarker::Spelling);
2089 m_frame->document()->markers()->removeMarkers(DocumentMarker::Spelling);