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

  /external/chromium/chrome/browser/download/
download_manager.cc 141 for (DownloadMap::iterator it = history_downloads_.begin();
153 for (DownloadMap::iterator it = history_downloads_.begin();
165 for (DownloadMap::iterator it = history_downloads_.begin();
196 for (DownloadMap::iterator it = history_downloads_.begin();
526 DownloadMap::iterator it = active_downloads_.find(download_id);
694 DownloadMap::iterator it = in_progress_.find(download_id);
738 DownloadMap::iterator it = active_downloads_.find(download_id);
771 DownloadMap::iterator it = in_progress_.find(download_id);
803 DownloadMap::iterator it = history_downloads_.find(download_handle);
828 DownloadMap::iterator it = history_downloads_.begin()
    [all...]
download_manager.h 360 typedef base::hash_map<int64, DownloadItem*> DownloadMap;
363 DownloadMap history_downloads_;
364 DownloadMap in_progress_;
365 DownloadMap active_downloads_;

Completed in 20 milliseconds