HomeSort by relevance Sort by last modified time
    Searched refs:CreateDownloadItemValue (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/download/
download_util.h 210 DictionaryValue* CreateDownloadItemValue(DownloadItem* download, int id);
download_util.cc 610 DictionaryValue* CreateDownloadItemValue(DownloadItem* download, int id) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.cc 110 results_value.Append(download_util::CreateDownloadItemValue(download, id));
217 results_value.Append(download_util::CreateDownloadItemValue(*it, index));
active_downloads_ui.cc 337 results.Append(download_util::CreateDownloadItemValue(downloads_[i], i));
363 download_util::CreateDownloadItemValue(item, id));
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 256 download_util::CreateDownloadItemValue(download, 0));

Completed in 57 milliseconds