OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGrammarCheckingEnabled
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
113
bool SpellCheckerClientImpl::
isGrammarCheckingEnabled
()
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp
113
bool SpellChecker::
isGrammarCheckingEnabled
()
115
return spellCheckerClient().
isGrammarCheckingEnabled
();
226
foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(
isGrammarCheckingEnabled
(), isSpelling, foundOffset, grammarDetail);
244
if (
isGrammarCheckingEnabled
())
257
foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(
isGrammarCheckingEnabled
(), isSpelling, foundOffset, grammarDetail);
275
if (
isGrammarCheckingEnabled
())
357
markMisspellingsAndBadGrammar(movingSelection, isContinuousSpellCheckingEnabled() &&
isGrammarCheckingEnabled
(), movingSelection);
371
if (
isGrammarCheckingEnabled
())
413
if (!
isGrammarCheckingEnabled
())
445
else if (
isGrammarCheckingEnabled
())
[
all
...]
Completed in 55 milliseconds