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
105
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
106
typedef std::set<DownloadItem*>
DownloadSet
;
131
DownloadSet
finished_downloads_;
136
DownloadSet
downloads_observed_;
257
typedef std::set<DownloadItem*>
DownloadSet
;
269
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 382 milliseconds