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

  /external/chromium/chrome/browser/download/
download_manager.cc 116 in_progress_.clear();
464 DCHECK(!ContainsKey(in_progress_, info->download_id));
479 // |in_progress_|, but we don't want to change the semantics yet.
480 DCHECK(!ContainsKey(in_progress_, info->download_id));
493 in_progress_[info->download_id] = download;
494 UpdateAppIcon(); // Reflect entry into in_progress_.
636 // in in_progress_, have all data, have a history handle, (validated or safe).
638 DCHECK_EQ(1u, in_progress_.count(download->id()));
647 in_progress_.erase(download->id());
648 UpdateAppIcon(); // Reflect removal from in_progress_
    [all...]
download_manager.h 206 return static_cast<int>(in_progress_.size());
341 // |in_progress_| is a map of all downloads that are in progress and that have
352 // placed in |in_progress_| and remains there until it has received a
355 // download reaches a terminal state, it is removed from |in_progress_|.
364 DownloadMap in_progress_; member in class:DownloadManager

Completed in 28 milliseconds