OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markMisspellingsOrBadGrammar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
93
void
markMisspellingsOrBadGrammar
(const VisibleSelection&, bool checkSpelling, RefPtr<Range>& firstMisspellingRange);
SpellChecker.cpp
420
void SpellChecker::
markMisspellingsOrBadGrammar
(const VisibleSelection& selection, bool checkSpelling, RefPtr<Range>& firstMisspellingRange)
466
markMisspellingsOrBadGrammar
(selection, true, firstMisspellingRange);
472
markMisspellingsOrBadGrammar
(selection, false, firstMisspellingRange);
[
all
...]
Completed in 758 milliseconds