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

  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp 83 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled()
94 if (isContinuousSpellCheckingEnabled()) {
164 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
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...]

Completed in 300 milliseconds