Home
last modified time | relevance | path

Searched refs:CreateDownloadItemValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Ddownloads_dom_handler.cc110 results_value.Append(download_util::CreateDownloadItemValue(download, id)); in OnDownloadUpdated()
217 results_value.Append(download_util::CreateDownloadItemValue(*it, index)); in SendCurrentDownloads()
Dactive_downloads_ui.cc337 results.Append(download_util::CreateDownloadItemValue(downloads_[i], i)); in SendDownloads()
363 download_util::CreateDownloadItemValue(item, id)); in OnDownloadUpdated()
/external/chromium/chrome/browser/download/
Ddownload_util.h210 DictionaryValue* CreateDownloadItemValue(DownloadItem* download, int id);
Ddownload_util.cc610 DictionaryValue* CreateDownloadItemValue(DownloadItem* download, int id) { in CreateDownloadItemValue() function
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc256 download_util::CreateDownloadItemValue(download, 0)); in OnDownloadUpdated()