Home | History | Annotate | Download | only in chromium

Lines Matching defs:MockSpellCheck

32 #include "MockSpellCheck.h"
41 MockSpellCheck::MockSpellCheck()
44 MockSpellCheck::~MockSpellCheck() {}
48 bool MockSpellCheck::spellCheckWord(const WebString& text, int* misspelledOffset, int* misspelledLength)
83 // (See the comment in MockSpellCheck::initializeIfNeeded() why we use a
94 void MockSpellCheck::fillSuggestionList(const WebString& word, Vector<WebString>* suggestions)
100 bool MockSpellCheck::initializeIfNeeded()
153 // Since this MockSpellCheck class doesn't download dictionaries, this