isContinuousSpellCheckingEnabled 502 Source/core/editing/Editor.cpp if (m_frame.selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 98 Source/core/editing/SpellChecker.cpp return spellCheckerClient().isContinuousSpellCheckingEnabled(); isContinuousSpellCheckingEnabled 104 Source/core/editing/SpellChecker.cpp if (isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 120 Source/core/editing/SpellChecker.cpp if (isContinuousSpellCheckingEnabled() && unifiedTextCheckerEnabled()) { isContinuousSpellCheckingEnabled 327 Source/core/editing/SpellChecker.cpp markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection); isContinuousSpellCheckingEnabled 335 Source/core/editing/SpellChecker.cpp if (isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 354 Source/core/editing/SpellChecker.cpp if (!isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 397 Source/core/editing/SpellChecker.cpp if (!isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 610 Source/core/editing/SpellChecker.cpp if (!isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 715 Source/core/editing/SpellChecker.cpp bool isContinuousSpellCheckingEnabled = this->isContinuousSpellCheckingEnabled(); isContinuousSpellCheckingEnabled 716 Source/core/editing/SpellChecker.cpp bool isContinuousGrammarCheckingEnabled = isContinuousSpellCheckingEnabled && isGrammarCheckingEnabled(); isContinuousSpellCheckingEnabled 717 Source/core/editing/SpellChecker.cpp if (isContinuousSpellCheckingEnabled) { isContinuousSpellCheckingEnabled 753 Source/core/editing/SpellChecker.cpp if (!isContinuousSpellCheckingEnabled) isContinuousSpellCheckingEnabled 778 Source/core/editing/SpellChecker.cpp if (isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled()) { isContinuousSpellCheckingEnabled 55 Source/core/editing/SpellChecker.h bool isContinuousSpellCheckingEnabled() const; isContinuousSpellCheckingEnabled 295 Source/core/editing/TypingCommand.cpp if (!frame->spellChecker().isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 272 Source/core/loader/EmptyClients.h virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; } isContinuousSpellCheckingEnabled 40 Source/core/page/SpellCheckerClient.h virtual bool isContinuousSpellCheckingEnabled() = 0; isContinuousSpellCheckingEnabled 213 Source/core/testing/Internals.cpp if (!page->mainFrame()->spellChecker().isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 1509 Source/core/testing/Internals.cpp if (enabled != contextDocument()->frame()->spellChecker().isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 329 Source/web/ContextMenuClientImpl.cpp toLocalFrame(m_webView->focusedWebCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled(); isContinuousSpellCheckingEnabled 96 Source/web/SpellCheckerClientImpl.cpp if (isContinuousSpellCheckingEnabled()) { isContinuousSpellCheckingEnabled 164 Source/web/SpellCheckerClientImpl.cpp if (!(isContinuousSpellCheckingEnabled() && m_webView->client())) isContinuousSpellCheckingEnabled 51 Source/web/SpellCheckerClientImpl.h virtual bool isContinuousSpellCheckingEnabled() OVERRIDE; isContinuousSpellCheckingEnabled 1192 Source/web/WebFrameImpl.cpp if (enable == isContinuousSpellCheckingEnabled()) isContinuousSpellCheckingEnabled 1199 Source/web/WebFrameImpl.cpp return frame()->spellChecker().isContinuousSpellCheckingEnabled(); isContinuousSpellCheckingEnabled 175 Source/web/WebFrameImpl.h virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE; isContinuousSpellCheckingEnabled 447 public/web/WebFrame.h virtual bool isContinuousSpellCheckingEnabled() const = 0;