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 85 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled()
96 if (isContinuousSpellCheckingEnabled()) {
166 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
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...]

Completed in 176 milliseconds