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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 101 download_status_(DOWNLOAD_NONE),
167 return download_status_ == DOWNLOAD_IN_PROGRESS;
171 return download_status_ == DOWNLOAD_FAILED;
230 download_status_ = DOWNLOAD_IN_PROGRESS;
337 download_status_ = DOWNLOAD_NONE;
353 download_status_ = DOWNLOAD_FAILED;
spellcheck_hunspell_dictionary.h 156 DownloadStatus download_status_; member in class:SpellcheckHunspellDictionary

Completed in 41 milliseconds