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

  /external/chromium/chrome/browser/download/
download_manager.h 166 // history and remove the download from |active_downloads_|.
337 // |active_downloads_| is a map of all downloads that are currently being
350 // DownloadItem* is placed in |active_downloads_| and remains there until the
365 DownloadMap active_downloads_; member in class:DownloadManager
  /external/chromium/chrome/browser/ui/webui/
active_downloads_ui.cc 130 DownloadList active_downloads_; member in class:__anon5161::ActiveDownloadsHandler
312 active_downloads_.clear();
323 active_downloads_.push_back(item);
356 find(active_downloads_.begin(), active_downloads_.end(), item);
357 if (ita != active_downloads_.end())
358 active_downloads_.erase(ita);

Completed in 31 milliseconds