Searched refs:download_status_ (Results 1 – 2 of 2) sorted by relevance
101 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()
156 DownloadStatus download_status_; variable