OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DownloadList
(Results
1 - 5
of
5
) sorted by null
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedDownloadAdapter.java
33
private final
DownloadList
mDownloadList;
35
public DateSortedDownloadAdapter(
DownloadList
downloadList
, Cursor cursor) {
36
super(
downloadList
, cursor,
38
mDelegate = new DownloadAdapter(
downloadList
, cursor);
39
mDownloadList =
downloadList
;
DownloadItem.java
40
private
DownloadList
mDownloadList;
80
public void setDownloadListObj(
DownloadList
downloadList
) {
81
mDownloadList =
downloadList
;
DownloadAdapter.java
46
private final
DownloadList
mDownloadList;
62
public DownloadAdapter(
DownloadList
downloadList
, Cursor cursor) {
63
super(
downloadList
, cursor);
64
mDownloadList =
downloadList
;
DownloadList.java
67
public class
DownloadList
extends Activity {
68
static final String LOG_TAG = "
DownloadList
";
268
private final
DownloadList
mDownloadList;
270
public ModeCallback(
DownloadList
downloadList
) {
271
mDownloadList =
downloadList
;
/external/chromium/chrome/browser/ui/webui/
active_downloads_ui.cc
129
typedef std::vector<DownloadItem*>
DownloadList
;
130
DownloadList
active_downloads_;
131
DownloadList
downloads_;
310
DownloadList
downloads;
325
DownloadList
::const_iterator it =
344
DownloadList
::iterator it =
355
DownloadList
::iterator ita =
Completed in 787 milliseconds