HomeSort by relevance Sort by last modified time
    Searched refs:isContinuousSpellCheckingEnabled (Results 1 - 16 of 16) 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 51 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE;
SpellCheckerClientImpl.cpp 85 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled()
96 if (isContinuousSpellCheckingEnabled()) {
166 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
WebLocalFrameImpl.h 165 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
WebRemoteFrameImpl.h 112 virtual bool isContinuousSpellCheckingEnabled() const OVERRIDE;
ContextMenuClientImpl.cpp 335 toLocalFrame(m_webView->focusedWebCoreFrame())->spellChecker().isContinuousSpellCheckingEnabled();
WebRemoteFrameImpl.cpp 512 bool WebRemoteFrameImpl::isContinuousSpellCheckingEnabled() const
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 96 bool SpellChecker::isContinuousSpellCheckingEnabled() const
98 return spellCheckerClient().isContinuousSpellCheckingEnabled();
104 if (isContinuousSpellCheckingEnabled())
122 if (isContinuousSpellCheckingEnabled() && unifiedTextCheckerEnabled()) {
329 markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
337 if (isContinuousSpellCheckingEnabled())
356 if (!isContinuousSpellCheckingEnabled())
399 if (!isContinuousSpellCheckingEnabled())
612 if (!isContinuousSpellCheckingEnabled())
    [all...]
SpellChecker.h 55 bool isContinuousSpellCheckingEnabled() const;
TypingCommand.cpp 295 if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
Editor.cpp 501 if (m_frame.selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled())
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 439 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 266 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 193 if (!page->deprecatedLocalMainFrame()->spellChecker().isContinuousSpellCheckingEnabled())
    [all...]

Completed in 215 milliseconds