spellChecker     3539 Source/core/dom/Document.cpp             frame()->spellChecker().didBeginEditing(m_focusedElement.get());
spellChecker     1200 Source/core/editing/CompositeEditCommand.cpp     document().frame()->spellChecker().clearMisspellingsAndBadGrammar(endingSelection());
spellChecker     1233 Source/core/editing/CompositeEditCommand.cpp     document().frame()->spellChecker().markMisspellingsAndBadGrammar(endingSelection());
spellChecker      502 Source/core/editing/Editor.cpp     if (m_frame.selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled())
spellChecker      504 Source/core/editing/Editor.cpp     spellChecker().chunkAndMarkAllMisspellingsAndBadGrammar(m_frame.selection().rootEditableElement());
spellChecker      539 Source/core/editing/Editor.cpp     spellChecker().updateMarkersForWordsAffectedByEditing(true);
spellChecker      788 Source/core/editing/Editor.cpp     spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
spellChecker      854 Source/core/editing/Editor.cpp         spellChecker().updateMarkersForWordsAffectedByEditing(true);
spellChecker      891 Source/core/editing/Editor.cpp     spellChecker().updateMarkersForWordsAffectedByEditing(false);
spellChecker      906 Source/core/editing/Editor.cpp     spellChecker().updateMarkersForWordsAffectedByEditing(false);
spellChecker     1221 Source/core/editing/Editor.cpp     spellChecker().respondToChangedSelection(oldSelection, options);
spellChecker     1228 Source/core/editing/Editor.cpp     return m_frame.spellChecker();
spellChecker      271 Source/core/editing/Editor.h     SpellChecker& spellChecker() const;
spellChecker      472 Source/core/editing/EditorCommand.cpp     frame.spellChecker().ignoreSpelling();
spellChecker     1469 Source/core/editing/FrameSelection.cpp         m_frame->spellChecker().spellCheckAfterBlur();
spellChecker      136 Source/core/editing/SpellCheckRequester.cpp     return m_frame.spellChecker().textChecker();
spellChecker      236 Source/core/editing/SpellCheckRequester.cpp     m_frame.spellChecker().markAndReplaceFor(m_processingRequest, results);
spellChecker      164 Source/core/editing/TypingCommand.cpp         document.frame()->spellChecker().updateMarkersForWordsAffectedByEditing(isSpaceOrNewline(text[0]));
spellChecker      295 Source/core/editing/TypingCommand.cpp     if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
spellChecker      298 Source/core/editing/TypingCommand.cpp     frame->spellChecker().cancelCheck();
spellChecker      310 Source/core/editing/TypingCommand.cpp             frame->spellChecker().markMisspellingsAfterTypingToWord(p1, endingSelection());
spellChecker      410 Source/core/editing/TypingCommand.cpp     frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
spellChecker      514 Source/core/editing/TypingCommand.cpp     frame->spellChecker().updateMarkersForWordsAffectedByEditing(false);
spellChecker       88 Source/core/frame/LocalFrame.h         SpellChecker& spellChecker() const;
spellChecker      202 Source/core/frame/LocalFrame.h     inline SpellChecker& LocalFrame::spellChecker() const
spellChecker      361 Source/core/html/HTMLInputElement.cpp     document().frame()->spellChecker().didBeginEditing(this);
spellChecker      374 Source/core/html/HTMLInputElement.cpp     frame->spellChecker().didEndEditingOnTextField(this);
spellChecker      268 Source/core/html/HTMLTextAreaElement.cpp         frame->spellChecker().didBeginEditing(this);
spellChecker      187 Source/core/testing/Internals.cpp     return &document->frame()->spellChecker().spellCheckRequester();
spellChecker      213 Source/core/testing/Internals.cpp     if (!page->mainFrame()->spellChecker().isContinuousSpellCheckingEnabled())
spellChecker      214 Source/core/testing/Internals.cpp         page->mainFrame()->spellChecker().toggleContinuousSpellChecking();
spellChecker     1501 Source/core/testing/Internals.cpp     return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
spellChecker     1509 Source/core/testing/Internals.cpp     if (enabled != contextDocument()->frame()->spellChecker().isContinuousSpellCheckingEnabled())
spellChecker     1510 Source/core/testing/Internals.cpp         contextDocument()->frame()->spellChecker().toggleContinuousSpellChecking();
spellChecker     1623 Source/core/testing/Internals.cpp     return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Grammar, from, length);
spellChecker      329 Source/web/ContextMenuClientImpl.cpp                 toLocalFrame(m_webView->focusedWebCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled();
spellChecker      331 Source/web/ContextMenuClientImpl.cpp             if (toLocalFrame(m_webView->focusedWebCoreFrame())->spellChecker().isSpellCheckingEnabledInFocusedNode()) {
spellChecker       64 Source/web/SpellCheckerClientImpl.cpp     if (frame->spellChecker().isSpellCheckingEnabledInFocusedNode())
spellChecker      110 Source/web/SpellCheckerClientImpl.cpp                     frame->spellChecker().didBeginEditing(rootEditableElement);
spellChecker     1151 Source/web/WebFrameImpl.cpp         frame()->spellChecker().advanceToNextMisspelling(false);
spellChecker     1153 Source/web/WebFrameImpl.cpp         frame()->spellChecker().showSpellingGuessPanel();
spellChecker     1177 Source/web/WebFrameImpl.cpp         frame()->spellChecker().showSpellingGuessPanel();
spellChecker     1194 Source/web/WebFrameImpl.cpp     frame()->spellChecker().toggleContinuousSpellChecking();
spellChecker     1199 Source/web/WebFrameImpl.cpp     return frame()->spellChecker().isContinuousSpellCheckingEnabled();
spellChecker     1206 Source/web/WebFrameImpl.cpp     frame()->spellChecker().requestTextChecking(*webElement.constUnwrap<Element>());
spellChecker     1617 Source/web/WebFrameImpl.cpp     return frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
spellChecker     4385 Source/web/tests/WebFrameTest.cpp     frame->frame()->spellChecker().cancelCheck();