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

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

Completed in 67 milliseconds