Searched refs:DownloadSet (Results 1 - 4 of 4) 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_org/content/browser/download/
H A Ddownload_manager_impl.h108 typedef std::set<DownloadItem*> DownloadSet; typedef in class:content::DownloadManagerImpl

Completed in 1044 milliseconds