HomeSort by relevance Sort by last modified time
    Searched defs:MockSpellCheck (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.h 48 class MockSpellCheck {
50 MockSpellCheck();
51 ~MockSpellCheck();
MockSpellCheck.cpp 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, thi
    [all...]

Completed in 257 milliseconds