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

  /external/chromium_org/chrome/browser/download/
download_status_updater_win.cc 59 void DownloadStatusUpdater::UpdateAppIconDownloadProgress(
download_status_updater.cc 18 // DownloadStatusUpdater::UpdateAppIconDownloadProgress() expects to only be
21 // boolean that indicates whether that final UpdateAppIconDownloadProgress()
108 UpdateAppIconDownloadProgress(item);
112 // should not call UpdateAppIconDownloadProgress().
119 // set WasInProgress so that UpdateAppIconDownloadProgress() will be called
125 // state, then do not call UpdateAppIconDownloadProgress() again. If it is
127 // so that UpdateAppIconDownloadProgress() won't be called after this final
133 UpdateAppIconDownloadProgress(item);
137 void DownloadStatusUpdater::UpdateAppIconDownloadProgress(

Completed in 179 milliseconds