Searched defs:DownloadMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h106 typedef base::hash_map<uint32, DownloadItemImpl*> DownloadMap; typedef in class:content::DownloadManagerImpl
171 DownloadMap downloads_;
/external/chromium/chrome/browser/download/
H A Ddownload_manager.h360 typedef base::hash_map<int64, DownloadItem*> DownloadMap; typedef in class:DownloadManager
363 DownloadMap history_downloads_;
364 DownloadMap in_progress_;
365 DownloadMap active_downloads_;

Completed in 125 milliseconds