OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunkAndMarkAllMisspellingsAndBadGrammar
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
86
void
chunkAndMarkAllMisspellingsAndBadGrammar
(Node*);
106
void
chunkAndMarkAllMisspellingsAndBadGrammar
(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous);
SpellChecker.cpp
512
chunkAndMarkAllMisspellingsAndBadGrammar
(textCheckingOptions, fullParagraphToCheck, asynchronous);
515
void SpellChecker::
chunkAndMarkAllMisspellingsAndBadGrammar
(Node* node)
522
chunkAndMarkAllMisspellingsAndBadGrammar
(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck, asynchronous);
525
void SpellChecker::
chunkAndMarkAllMisspellingsAndBadGrammar
(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous)
[
all
...]
Editor.cpp
522
spellChecker().
chunkAndMarkAllMisspellingsAndBadGrammar
(frame().selection().rootEditableElement());
[
all
...]
Completed in 167 milliseconds