Searched defs:OpenDownload (Results 1 - 8 of 8) 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.cc697 void DownloadManagerImpl::OpenDownload(DownloadItemImpl* download) { function in class:content::DownloadManagerImpl
709 delegate_->OpenDownload(download);
H A Ddownload_item_impl.cc431 void DownloadItemImpl::OpenDownload() { function in class:content::DownloadItemImpl
453 delegate_->OpenDownload(this);
1374 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/chrome/browser/download/
H A Ddownload_item.cc264 void DownloadItem::OpenDownload() { function in class:DownloadItem
387 OpenDownload();
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.cc442 void ChromeDownloadManagerDelegate::OpenDownload(DownloadItem* download) { function in class:ChromeDownloadManagerDelegate
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc565 OpenDownload();
618 OpenDownload();
958 void DownloadItemView::OpenDownload() { function in class:DownloadItemView
963 download_->OpenDownload();
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc472 OpenDownload();
882 void DownloadItemView::OpenDownload() { function in class:DownloadItemView
888 download()->OpenDownload();
1028 OpenDownload();

Completed in 1056 milliseconds