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

/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.h182 void ShowDownload(content::DownloadItem* download);
184 // Similar to ShowDownload() but refers to the download using an ID. This
H A Ddownload_ui_controller.cc83 browser->ShowDownload(item);
H A Ddownload_shelf.cc273 ShowDownload(download);
321 void DownloadShelf::ShowDownload(DownloadItem* download) { function in class:DownloadShelf
363 ShowDownload(download);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h474 void ShowDownload(content::DownloadItem* download);
H A Dbrowser.cc1292 void Browser::ShowDownload(content::DownloadItem* download) { function in class:Browser

Completed in 71 milliseconds