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

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpellCheckerClient.h 42 virtual bool isGrammarCheckingEnabled() = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 53 virtual bool isGrammarCheckingEnabled() OVERRIDE;
SpellCheckerClientImpl.cpp 119 bool SpellCheckerClientImpl::isGrammarCheckingEnabled()
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 115 bool SpellChecker::isGrammarCheckingEnabled()
117 return spellCheckerClient().isGrammarCheckingEnabled();
228 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
246 if (isGrammarCheckingEnabled())
259 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
277 if (isGrammarCheckingEnabled())
329 markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
343 if (isGrammarCheckingEnabled())
385 if (!isGrammarCheckingEnabled())
417 else if (isGrammarCheckingEnabled())
    [all...]
SpellChecker.h 57 bool isGrammarCheckingEnabled();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 268 virtual bool isGrammarCheckingEnabled() OVERRIDE { return false; }

Completed in 973 milliseconds