HomeSort by relevance Sort by last modified time
    Searched refs:chunkAndMarkAllMisspellingsAndBadGrammar (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h 80 void chunkAndMarkAllMisspellingsAndBadGrammar(Node*);
97 void chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous);
SpellChecker.cpp 469 chunkAndMarkAllMisspellingsAndBadGrammar(textCheckingOptions, fullParagraphToCheck, asynchronous);
472 void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(Node* node)
479 chunkAndMarkAllMisspellingsAndBadGrammar(resolveTextCheckingTypeMask(TextCheckingTypeSpelling | TextCheckingTypeGrammar), textToCheck, asynchronous);
482 void SpellChecker::chunkAndMarkAllMisspellingsAndBadGrammar(TextCheckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool asynchronous)
    [all...]
Editor.cpp 503 spellChecker().chunkAndMarkAllMisspellingsAndBadGrammar(m_frame.selection().rootEditableElement());
    [all...]

Completed in 1073 milliseconds