Home
last modified time | relevance | path

Searched refs:OnHunspellDictionaryDownloadFailure (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_options_handler_common.h40 virtual void OnHunspellDictionaryDownloadFailure() OVERRIDE;
Dlanguage_options_handler_common.cc188 void LanguageOptionsHandlerCommon::OnHunspellDictionaryDownloadFailure() { in OnHunspellDictionaryDownloadFailure() function in options::LanguageOptionsHandlerCommon
220 OnHunspellDictionaryDownloadFailure(); in LanguageOptionsOpenCallback()
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_hunspell_dictionary.h45 virtual void OnHunspellDictionaryDownloadFailure() = 0;
Dspellcheck_service.h125 virtual void OnHunspellDictionaryDownloadFailure() OVERRIDE;
Dspellcheck_hunspell_dictionary.cc363 OnHunspellDictionaryDownloadFailure()); in InformListenersOfDownloadFailure()
Dspellcheck_service.cc256 void SpellcheckService::OnHunspellDictionaryDownloadFailure() { in OnHunspellDictionaryDownloadFailure() function in SpellcheckService