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

  /external/chromium/chrome/browser/download/
download_manager.cc 54 status_updater_(status_updater->AsWeakPtr()) {
55 if (status_updater_)
56 status_updater_->AddDelegate(this);
61 if (status_updater_)
62 status_updater_->RemoveDelegate(this);
790 if (status_updater_)
791 status_updater_->Update();
    [all...]
download_manager.h 388 base::WeakPtr<DownloadStatusUpdater> status_updater_; member in class:DownloadManager

Completed in 42 milliseconds