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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 161 SpellcheckHunspellDictionary::SpellcheckHunspellDictionary(
174 SpellcheckHunspellDictionary::~SpellcheckHunspellDictionary() {
177 void SpellcheckHunspellDictionary::Load() {
187 &SpellcheckHunspellDictionary::InformListenersOfInitialization,
198 &SpellcheckHunspellDictionary::InitializeDictionaryLocationComplete,
202 void SpellcheckHunspellDictionary::RetryDownloadDictionary(
209 bool SpellcheckHunspellDictionary::IsReady() const {
215 SpellcheckHunspellDictionary::GetDictionaryFile() const
    [all...]
spellcheck_hunspell_dictionary.h 28 class SpellcheckHunspellDictionary
31 public base::SupportsWeakPtr<SpellcheckHunspellDictionary> {
49 SpellcheckHunspellDictionary(
53 virtual ~SpellcheckHunspellDictionary();
120 // Used for downloading the dictionary file. SpellcheckHunspellDictionary does
127 base::WeakPtrFactory<SpellcheckHunspellDictionary> weak_ptr_factory_;
140 DISALLOW_COPY_AND_ASSIGN(SpellcheckHunspellDictionary);

Completed in 431 milliseconds