Searched refs:DownloadSet (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/test/
H A Ddownload_test_observer.h106 typedef std::set<DownloadItem*> DownloadSet; typedef in class:content::DownloadTestObserver
131 DownloadSet finished_downloads_;
136 DownloadSet downloads_observed_;
257 typedef std::set<DownloadItem*> DownloadSet; typedef in class:content::DownloadTestFlushObserver
269 DownloadSet downloads_observed_;
H A Ddownload_test_observer.cc76 for (DownloadSet::iterator it = downloads_observed_.begin();
122 DownloadSet::const_iterator finished_it(finished_downloads_.find(item));
132 DownloadSet::iterator it = downloads_observed_.find(download);
333 DownloadSet::iterator it = downloads_observed_.find(download);
346 for (DownloadSet::iterator it = downloads_observed_.begin();
382 for (DownloadSet::iterator it = downloads_observed_.begin();
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.h109 typedef std::set<content::DownloadItem*> DownloadSet; typedef in class:DownloadsDOMHandler
/external/chromium/chrome/browser/download/
H A Ddownload_manager.h359 typedef std::set<DownloadItem*> DownloadSet; typedef in class:DownloadManager
362 DownloadSet downloads_;
367 DownloadSet save_page_as_downloads_;
H A Ddownload_manager.cc85 for (DownloadSet::iterator it = downloads_.begin(); it != downloads_.end();) {
1121 DownloadSet active_set, history_set;
1123 DownloadSet* local_sets[] = {&active_set, &history_set};
1133 const DownloadSet* all_sets[] = {&active_set, &history_set,
1135 DownloadSet downloads_union;
1137 DownloadSet remainder;
1138 std::insert_iterator<DownloadSet> insert_it(remainder, remainder.begin());
1143 std::insert_iterator<DownloadSet>
1151 DownloadSet remainder;
1152 std::insert_iterator<DownloadSet>
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h105 typedef std::set<DownloadItem*> DownloadSet; typedef in class:content::DownloadManagerImpl

Completed in 467 milliseconds