HomeSort by relevance Sort by last modified time
    Searched refs:isContinuousSpellCheckingEnabled (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpellCheckerClient.h 40 virtual bool isContinuousSpellCheckingEnabled() = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 50 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE;
SpellCheckerClientImpl.cpp 83 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled()
94 if (isContinuousSpellCheckingEnabled()) {
164 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
WebLocalFrameImpl.h 161 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
WebRemoteFrameImpl.h 112 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
ContextMenuClientImpl.cpp 341 toLocalFrame(m_webView->focusedCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled();
WebRemoteFrameImpl.cpp 555 bool WebRemoteFrameImpl::isContinuousSpellCheckingEnabled() const
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 107 bool SpellChecker::isContinuousSpellCheckingEnabled() const
109 return spellCheckerClient().isContinuousSpellCheckingEnabled();
115 if (isContinuousSpellCheckingEnabled())
133 if (isContinuousSpellCheckingEnabled() && unifiedTextCheckerEnabled()) {
348 markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
356 if (isContinuousSpellCheckingEnabled())
380 if (isContinuousSpellCheckingEnabled())
399 if (!isContinuousSpellCheckingEnabled())
442 if (!isContinuousSpellCheckingEnabled())
655 if (!isContinuousSpellCheckingEnabled())
    [all...]
SpellChecker.h 56 bool isContinuousSpellCheckingEnabled() const;
TypingCommand.cpp 295 if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
Editor.cpp 520 if (frame().selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 63 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 437 virtual bool isContinuousSpellCheckingEnabled() const = 0;
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 120 if (frame->isContinuousSpellCheckingEnabled())
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 269 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 227 if (!page->deprecatedLocalMainFrame()->spellChecker().isContinuousSpellCheckingEnabled())
    [all...]

Completed in 393 milliseconds