HomeSort by relevance Sort by last modified time
    Searched refs:CreateDownloadItemValue (Results 1 - 7 of 7) 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_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 87 // CreateDownloadItemValue(). Only return strings for DANGEROUS_FILE,
115 DictionaryValue* CreateDownloadItemValue(
349 results_value.Append(CreateDownloadItemValue(
529 results_value.Append(CreateDownloadItemValue(
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 256 download_util::CreateDownloadItemValue(download, 0));
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 372 * DownloadsDOMHandler::CreateDownloadItemValue

Completed in 111 milliseconds