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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 72 custom_dictionary_.reset(new SpellcheckCustomDictionary(context_->GetPath()));
73 custom_dictionary_->AddObserver(this);
74 custom_dictionary_->Load();
176 custom_dictionary_->GetWords(),
188 return custom_dictionary_.get();
spellcheck_service.h 162 scoped_ptr<SpellcheckCustomDictionary> custom_dictionary_; member in class:SpellcheckService
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 148 custom_dictionary_.OnCustomDictionaryChanged(words_added, words_removed);
174 custom_dictionary_.Init(custom_words);
226 if (!custom_dictionary_.SpellCheckWord(
372 if (!custom_dictionary_.SpellCheckWord(
spellcheck.h 151 CustomDictionaryEngine custom_dictionary_; member in class:SpellCheck

Completed in 191 milliseconds