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

  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.h 109 typedef std::set<content::DownloadItem*> DownloadSet;
  /external/chromium_org/content/browser/download/
download_manager_impl.h 104 typedef std::set<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_;
  /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_;
  /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 137 milliseconds