Searched refs:hunspell_dictionary_ (Results 1 – 4 of 4) sorted by relevance
145 if (hunspell_dictionary_.get()) in Uninitialize()146 hunspell_dictionary_->RemoveObserver(this); in Uninitialize()147 hunspell_dictionary_.reset(); in Uninitialize()217 if (hunspell_dictionary_->IsDownloadInProgress()) in LanguageOptionsOpenCallback()219 else if (hunspell_dictionary_->IsDownloadFailure()) in LanguageOptionsOpenCallback()276 if (hunspell_dictionary_.get()) in RefreshHunspellDictionary()277 hunspell_dictionary_->RemoveObserver(this); in RefreshHunspellDictionary()278 hunspell_dictionary_.reset(); in RefreshHunspellDictionary()281 hunspell_dictionary_ = service->GetHunspellDictionary()->AsWeakPtr(); in RefreshHunspellDictionary()282 hunspell_dictionary_->AddObserver(this); in RefreshHunspellDictionary()[all …]
92 base::WeakPtr<SpellcheckHunspellDictionary> hunspell_dictionary_; variable
169 if (hunspell_dictionary_->GetDictionaryFile() != in InitForRenderer()172 file = base::FileDescriptor(hunspell_dictionary_->GetDictionaryFile(), in InitForRenderer()176 hunspell_dictionary_->GetDictionaryFile(), in InitForRenderer()189 hunspell_dictionary_->GetLanguage(), in InitForRenderer()204 return hunspell_dictionary_.get(); in GetHunspellDictionary()295 if (hunspell_dictionary_.get()) in OnSpellCheckDictionaryChanged()296 hunspell_dictionary_->RemoveObserver(this); in OnSpellCheckDictionaryChanged()302 hunspell_dictionary_.reset(new SpellcheckHunspellDictionary( in OnSpellCheckDictionaryChanged()304 hunspell_dictionary_->AddObserver(this); in OnSpellCheckDictionaryChanged()305 hunspell_dictionary_->Load(); in OnSpellCheckDictionaryChanged()
164 scoped_ptr<SpellcheckHunspellDictionary> hunspell_dictionary_; variable