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

  /external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc 34 return new HunspellEngine();
38 HunspellEngine::HunspellEngine()
45 HunspellEngine::~HunspellEngine() {
48 void HunspellEngine::Init(base::File file) {
57 void HunspellEngine::InitializeHunspell() {
70 bool HunspellEngine::CheckSpelling(const base::string16& word_to_check,
91 void HunspellEngine::FillSuggestionList(
118 bool HunspellEngine::InitializeIfNeeded()
    [all...]
hunspell_engine.h 23 class HunspellEngine : public SpellingEngine {
25 HunspellEngine();
26 virtual ~HunspellEngine();

Completed in 176 milliseconds