OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DownloadSet
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
download_manager.h
359
typedef std::set<DownloadItem*>
DownloadSet
;
362
DownloadSet
downloads_;
367
DownloadSet
save_page_as_downloads_;
/packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java
102
/*package*/ final
DownloadSet
mDownloadSet = new
DownloadSet
(new DownloadComparator());
229
* The
DownloadSet
is a TreeSet sorted by priority class (e.g. low, high, etc.) and the
235
/*package*/ class
DownloadSet
extends TreeSet<DownloadRequest> {
239
/*package*/
DownloadSet
(Comparator<? super DownloadRequest> comparator) {
[
all
...]
Completed in 135 milliseconds