Home
last modified time | relevance | path

Searched refs:isContinuousSpellCheckingEnabled (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp107 bool SpellChecker::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::SpellChecker
109 return spellCheckerClient().isContinuousSpellCheckingEnabled(); in isContinuousSpellCheckingEnabled()
115 if (isContinuousSpellCheckingEnabled()) in toggleContinuousSpellChecking()
133 if (isContinuousSpellCheckingEnabled() && unifiedTextCheckerEnabled()) { in didBeginEditing()
348 …markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarChec… in markMisspellingsAndBadGrammar()
356 if (isContinuousSpellCheckingEnabled()) in markMisspellingsAfterLineBreak()
380 if (isContinuousSpellCheckingEnabled()) in markMisspellingsAfterTypingToWord()
399 if (!isContinuousSpellCheckingEnabled()) in markMisspellingsAfterTypingToWord()
442 if (!isContinuousSpellCheckingEnabled()) in markMisspellingsOrBadGrammar()
655 if (!isContinuousSpellCheckingEnabled()) in markMisspellingsAndBadGrammar()
[all …]
DSpellChecker.h56 bool isContinuousSpellCheckingEnabled() const;
DTypingCommand.cpp295 if (!frame->spellChecker().isContinuousSpellCheckingEnabled()) in markMisspellingsAfterTyping()
DEditor.cpp520 … if (frame().selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled()) in replaceSelectionWithFragment()
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp83 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in blink::SpellCheckerClientImpl
94 if (isContinuousSpellCheckingEnabled()) { in toggleContinuousSpellChecking()
164 if (!(isContinuousSpellCheckingEnabled() && m_webView->client())) in getAutoCorrectSuggestionForMisspelledWord()
DSpellCheckerClientImpl.h50 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE;
DWebRemoteFrameImpl.h112 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
DWebLocalFrameImpl.h161 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
DContextMenuClientImpl.cpp341 … toLocalFrame(m_webView->focusedCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled(); in showContextMenu()
DWebLocalFrameImpl.cpp1066 if (enable == isContinuousSpellCheckingEnabled()) in enableContinuousSpellChecking()
1071 bool WebLocalFrameImpl::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::WebLocalFrameImpl
1073 return frame()->spellChecker().isContinuousSpellCheckingEnabled(); in isContinuousSpellCheckingEnabled()
DWebRemoteFrameImpl.cpp555 bool WebRemoteFrameImpl::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::WebRemoteFrameImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpellCheckerClient.h40 virtual bool isContinuousSpellCheckingEnabled() = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElementTest.cpp63 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return true; } in isContinuousSpellCheckingEnabled() function in __anon3a6e6bd60111::DummySpellCheckerClient
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.cc120 if (frame->isContinuousSpellCheckingEnabled()) in FocusedNodeChanged()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h437 virtual bool isContinuousSpellCheckingEnabled() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h269 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; } in isContinuousSpellCheckingEnabled() function
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp227 if (!page->deprecatedLocalMainFrame()->spellChecker().isContinuousSpellCheckingEnabled()) in resetToConsistentState()
1396 if (enabled != contextDocument()->frame()->spellChecker().isContinuousSpellCheckingEnabled()) in setContinuousSpellCheckingEnabled()