Home | History | Annotate | Download | only in testing

Lines Matching refs:spellChecker

67 #include "core/editing/SpellChecker.h"
202 return &document->frame()->spellChecker().spellCheckRequester();
227 if (!page->deprecatedLocalMainFrame()->spellChecker().isContinuousSpellCheckingEnabled())
228 page->deprecatedLocalMainFrame()->spellChecker().toggleContinuousSpellChecking();
1388 return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
1396 if (enabled != contextDocument()->frame()->spellChecker().isContinuousSpellCheckingEnabled())
1397 contextDocument()->frame()->spellChecker().toggleContinuousSpellChecking();
1472 return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Grammar, from, length);