Home
last modified time | relevance | path

Searched refs:download_status_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_hunspell_dictionary.cc101 download_status_(DOWNLOAD_NONE), in SpellcheckHunspellDictionary()
167 return download_status_ == DOWNLOAD_IN_PROGRESS; in IsDownloadInProgress()
171 return download_status_ == DOWNLOAD_FAILED; in IsDownloadFailure()
230 download_status_ = DOWNLOAD_IN_PROGRESS; in DownloadDictionary()
337 download_status_ = DOWNLOAD_NONE; in SaveDictionaryDataComplete()
353 download_status_ = DOWNLOAD_FAILED; in InformListenersOfDownloadFailure()
Dspellcheck_hunspell_dictionary.h156 DownloadStatus download_status_; variable