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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 169 download_status_(DOWNLOAD_NONE),
238 return download_status_ == DOWNLOAD_IN_PROGRESS;
242 return download_status_ == DOWNLOAD_FAILED;
301 download_status_ = DOWNLOAD_IN_PROGRESS;
344 download_status_ = DOWNLOAD_NONE;
360 download_status_ = DOWNLOAD_FAILED;
spellcheck_hunspell_dictionary.h 132 DownloadStatus download_status_; member in class:SpellcheckHunspellDictionary

Completed in 53 milliseconds