OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markMisspellingsAndBadGrammar
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
66
void
markMisspellingsAndBadGrammar
(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection);
73
void
markMisspellingsAndBadGrammar
(const VisibleSelection&);
SpellChecker.cpp
150
markMisspellingsAndBadGrammar
(selection);
346
void SpellChecker::
markMisspellingsAndBadGrammar
(const VisibleSelection &movingSelection)
348
markMisspellingsAndBadGrammar
(movingSelection, isContinuousSpellCheckingEnabled() && isGrammarCheckingEnabled(), movingSelection);
652
void SpellChecker::
markMisspellingsAndBadGrammar
(const VisibleSelection& spellingSelection, bool markGrammar, const VisibleSelection& grammarSelection)
658
//
markMisspellingsAndBadGrammar
() is triggered by selection change, in which case we check spelling and grammar, but don't autocorrect misspellings.
[
all
...]
CompositeEditCommand.cpp
[
all
...]
Completed in 158 milliseconds