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

  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp 117 bool SpellCheckerClientImpl::isGrammarCheckingEnabled()
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 126 bool SpellChecker::isGrammarCheckingEnabled()
128 return spellCheckerClient().isGrammarCheckingEnabled();
240 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
259 if (isGrammarCheckingEnabled())
273 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
292 if (isGrammarCheckingEnabled())
348 markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
359 if (isGrammarCheckingEnabled())
386 if (isGrammarCheckingEnabled())
428 if (!isGrammarCheckingEnabled())
    [all...]

Completed in 214 milliseconds