Searched defs:OpenDownload (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc68 void DownloadItemImplDelegate::OpenDownload(DownloadItemImpl* download) {} function in class:content::DownloadItemImplDelegate
H A Ddownload_manager_impl.cc705 void DownloadManagerImpl::OpenDownload(DownloadItemImpl* download) { function in class:content::DownloadManagerImpl
717 delegate_->OpenDownload(download);
H A Ddownload_item_impl.cc449 void DownloadItemImpl::OpenDownload() { function in class:content::DownloadItemImpl
471 delegate_->OpenDownload(this);
1414 OpenDownload();
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.h122 virtual void OpenDownload(DownloadItem* download) {} function in class:content::DownloadManagerDelegate
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.cc426 void ChromeDownloadManagerDelegate::OpenDownload(DownloadItem* download) { function in class:ChromeDownloadManagerDelegate
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc493 // OpenDownload may delete this, so don't add any code after this line.
494 OpenDownload();
933 void DownloadItemView::OpenDownload() { function in class:DownloadItemView
942 // Calling download()->OpenDownload may delete this, so this must be
944 download()->OpenDownload();
1089 // OpenDownload may delete this, so don't add any code after this line.
1090 OpenDownload();

Completed in 594 milliseconds