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

  /external/chromium_org/content/public/test/
download_test_observer.h 105 typedef std::set<DownloadItem*> DownloadSet;
130 DownloadSet finished_downloads_;
135 DownloadSet downloads_observed_;
256 typedef std::set<DownloadItem*> DownloadSet;
268 DownloadSet downloads_observed_;
download_test_observer.cc 76 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);
329 DownloadSet::iterator it = downloads_observed_.find(download);
342 for (DownloadSet::iterator it = downloads_observed_.begin();
378 for (DownloadSet::iterator it = downloads_observed_.begin();
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.h 109 typedef std::set<content::DownloadItem*> DownloadSet;
  /external/chromium/chrome/browser/download/
download_manager.h 359 typedef std::set<DownloadItem*> DownloadSet;
362 DownloadSet downloads_;
367 DownloadSet save_page_as_downloads_;
download_manager.cc 85 for (DownloadSet::iterator it = downloads_.begin(); it != downloads_.end();) {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 26 import com.android.email.service.AttachmentDownloadService.DownloadSet;
53 private DownloadSet mDownloadSet;
89 * This test creates attachments and places them in the DownloadSet; we then do various checks
  /external/chromium_org/content/browser/download/
download_manager_impl.h 104 typedef std::set<DownloadItem*> DownloadSet;
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 111 /*package*/ final DownloadSet mDownloadSet = new DownloadSet(new DownloadComparator());
256 * The DownloadSet is a TreeSet sorted by priority class (e.g. low, high, etc.) and the
262 /*package*/ class DownloadSet extends TreeSet<DownloadRequest> {
266 /*package*/ DownloadSet(Comparator<? super DownloadRequest> comparator) {
557 // as long as the DownloadRequest is in the DownloadSet. It's needed for the
    [all...]

Completed in 141 milliseconds