Home | History | Annotate | Download | only in editing

Lines Matching refs:spellChecker

55 #include "core/editing/SpellChecker.h"
520 if (frame().selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled())
522 spellChecker().chunkAndMarkAllMisspellingsAndBadGrammar(frame().selection().rootEditableElement());
557 spellChecker().updateMarkersForWordsAffectedByEditing(true);
766 spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
832 spellChecker().updateMarkersForWordsAffectedByEditing(true);
869 spellChecker().updateMarkersForWordsAffectedByEditing(false);
884 spellChecker().updateMarkersForWordsAffectedByEditing(false);
1265 spellChecker().respondToChangedSelection(oldSelection, options);
1270 SpellChecker& Editor::spellChecker() const
1272 return frame().spellChecker();