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
81
void
chunkAndMarkAllMisspellingsAndBadGrammar
(Node*);
98
void
chunkAndMarkAllMisspellingsAndBadGrammar
(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous);
SpellChecker.cpp
497
chunkAndMarkAllMisspellingsAndBadGrammar
(textCheckingOptions, fullParagraphToCheck, asynchronous);
500
void SpellChecker::
chunkAndMarkAllMisspellingsAndBadGrammar
(Node* node)
507
chunkAndMarkAllMisspellingsAndBadGrammar
(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck, asynchronous);
510
void SpellChecker::
chunkAndMarkAllMisspellingsAndBadGrammar
(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous)
[
all
...]
Editor.cpp
507
spellChecker().
chunkAndMarkAllMisspellingsAndBadGrammar
(m_frame.selection().rootEditableElement());
[
all
...]
Completed in 47 milliseconds