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 71 custom_dictionary_.reset(new SpellcheckCustomDictionary(profile_->GetPath()));
72 custom_dictionary_->AddObserver(this);
73 custom_dictionary_->Load();
186 custom_dictionary_->GetWords(),
198 return custom_dictionary_.get();
spellcheck_service.h 157 scoped_ptr<SpellcheckCustomDictionary> custom_dictionary_; member in class:SpellcheckService
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 147 custom_dictionary_.OnCustomDictionaryChanged(words_added, words_removed);
173 custom_dictionary_.Init(custom_words);
225 if (!custom_dictionary_.SpellCheckWord(
371 if (!custom_dictionary_.SpellCheckWord(
spellcheck.h 151 CustomDictionaryEngine custom_dictionary_; member in class:SpellCheck

Completed in 269 milliseconds