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

  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc 148 if (hunspell_dictionary_.get())
149 hunspell_dictionary_->RemoveObserver(this);
150 hunspell_dictionary_.reset();
216 if (hunspell_dictionary_->IsDownloadInProgress())
218 else if (hunspell_dictionary_->IsDownloadFailure())
254 if (hunspell_dictionary_.get())
255 hunspell_dictionary_->RemoveObserver(this);
256 hunspell_dictionary_.reset();
257 hunspell_dictionary_ = SpellcheckServiceFactory::GetForProfile(
259 hunspell_dictionary_->AddObserver(this)
    [all...]
language_options_handler_common.h 89 base::WeakPtr<SpellcheckHunspellDictionary> hunspell_dictionary_; member in class:options::LanguageOptionsHandlerCommon
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 167 if (hunspell_dictionary_->GetDictionaryFile() !=
170 file = base::FileDescriptor(hunspell_dictionary_->GetDictionaryFile(),
174 hunspell_dictionary_->GetDictionaryFile(),
187 hunspell_dictionary_->GetLanguage(),
202 return hunspell_dictionary_.get();
293 if (hunspell_dictionary_.get())
294 hunspell_dictionary_->RemoveObserver(this);
297 hunspell_dictionary_.reset(new SpellcheckHunspellDictionary(
299 hunspell_dictionary_->AddObserver(this);
300 hunspell_dictionary_->Load()
    [all...]
spellcheck_service.h 159 scoped_ptr<SpellcheckHunspellDictionary> hunspell_dictionary_; member in class:SpellcheckService

Completed in 166 milliseconds