OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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());
240
* The
DownloadSet
is a TreeSet sorted by priority class (e.g. low, high, etc.) and the
246
/*package*/ class
DownloadSet
extends TreeSet<DownloadRequest> {
250
/*package*/
DownloadSet
(Comparator<? super DownloadRequest> comparator) {
[
all
...]
Completed in 502 milliseconds