HomeSort by relevance Sort by last modified time
    Searched refs:isContinuousSpellCheckingEnabled (Results 1 - 14 of 14) 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 83 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled()
94 if (isContinuousSpellCheckingEnabled()) {
160 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
ContextMenuClientImpl.cpp 326 m_webView->focusedWebCoreFrame()->spellChecker().isContinuousSpellCheckingEnabled();
WebFrameImpl.h 179 virtual bool isContinuousSpellCheckingEnabled() const;
WebFrameImpl.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())
120 if (isContinuousSpellCheckingEnabled() && unifiedTextCheckerEnabled()) {
309 if (!isContinuousSpellCheckingEnabled() || !clickedNode || !isSpellCheckingEnabledFor(clickedNode))
357 markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
365 if (isContinuousSpellCheckingEnabled())
384 if (!isContinuousSpellCheckingEnabled())
427 if (!isContinuousSpellCheckingEnabled())
640 if (!isContinuousSpellCheckingEnabled())
    [all...]
SpellChecker.h 55 bool isContinuousSpellCheckingEnabled() const;
TypingCommand.cpp 293 if (!frame->spellChecker().isContinuousSpellCheckingEnabled())
Editor.cpp 505 if (m_frame.selection().isInPasswordField() || !spellChecker().isContinuousSpellCheckingEnabled())
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 457 virtual bool isContinuousSpellCheckingEnabled() const = 0;
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 119 if (frame->isContinuousSpellCheckingEnabled())
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 274 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 203 if (!page->mainFrame()->spellChecker().isContinuousSpellCheckingEnabled())
    [all...]

Completed in 50 milliseconds