/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellChecker.cpp | 107 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 …]
|
D | SpellChecker.h | 56 bool isContinuousSpellCheckingEnabled() const;
|
D | TypingCommand.cpp | 295 if (!frame->spellChecker().isContinuousSpellCheckingEnabled()) in markMisspellingsAfterTyping()
|
D | Editor.cpp | 520 … if (frame().selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled()) in replaceSelectionWithFragment()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpellCheckerClientImpl.cpp | 83 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in blink::SpellCheckerClientImpl 94 if (isContinuousSpellCheckingEnabled()) { in toggleContinuousSpellChecking() 164 if (!(isContinuousSpellCheckingEnabled() && m_webView->client())) in getAutoCorrectSuggestionForMisspelledWord()
|
D | SpellCheckerClientImpl.h | 50 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE;
|
D | WebRemoteFrameImpl.h | 112 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
|
D | WebLocalFrameImpl.h | 161 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
|
D | ContextMenuClientImpl.cpp | 341 … toLocalFrame(m_webView->focusedCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled(); in showContextMenu()
|
D | WebLocalFrameImpl.cpp | 1066 if (enable == isContinuousSpellCheckingEnabled()) in enableContinuousSpellChecking() 1071 bool WebLocalFrameImpl::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::WebLocalFrameImpl 1073 return frame()->spellChecker().isContinuousSpellCheckingEnabled(); in isContinuousSpellCheckingEnabled()
|
D | WebRemoteFrameImpl.cpp | 555 bool WebRemoteFrameImpl::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::WebRemoteFrameImpl
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpellCheckerClient.h | 40 virtual bool isContinuousSpellCheckingEnabled() = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextFormControlElementTest.cpp | 63 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return true; } in isContinuousSpellCheckingEnabled() function in __anon3a6e6bd60111::DummySpellCheckerClient
|
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_provider.cc | 120 if (frame->isContinuousSpellCheckingEnabled()) in FocusedNodeChanged()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 437 virtual bool isContinuousSpellCheckingEnabled() const = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | EmptyClients.h | 269 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; } in isContinuousSpellCheckingEnabled() function
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.cpp | 227 if (!page->deprecatedLocalMainFrame()->spellChecker().isContinuousSpellCheckingEnabled()) in resetToConsistentState() 1396 if (enabled != contextDocument()->frame()->spellChecker().isContinuousSpellCheckingEnabled()) in setContinuousSpellCheckingEnabled()
|