Searched defs:chunkAndMarkAllMisspellingsAndBadGrammar (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp512 chunkAndMarkAllMisspellingsAndBadGrammar(textCheckingOptions, fullParagraphToCheck, asynchronous);
515 void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(Node* node) function in class:blink::SpellChecker
522 chunkAndMarkAllMisspellingsAndBadGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck, asynchronous);
525 void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous) function in class:blink::SpellChecker

Completed in 113 milliseconds