Searched refs:ShowDownloadInShell (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_delegate.cc70 void DownloadItemImplDelegate::ShowDownloadInShell(DownloadItemImpl* download) { function in class:content::DownloadItemImplDelegate
H A Ddownload_item_impl_delegate.h84 virtual void ShowDownloadInShell(DownloadItemImpl* download);
H A Ddownload_manager_impl.h161 virtual void ShowDownloadInShell(DownloadItemImpl* download) OVERRIDE;
H A Ddownload_manager_impl.cc720 void DownloadManagerImpl::ShowDownloadInShell(DownloadItemImpl* download) { function in class:content::DownloadManagerImpl
722 delegate_->ShowDownloadInShell(download);
H A Ddownload_item_impl.h104 virtual void ShowDownloadInShell() OVERRIDE;
H A Ddownload_manager_impl_unittest.cc104 MOCK_METHOD0(ShowDownloadInShell, void());
H A Ddownload_item_impl.cc474 void DownloadItemImpl::ShowDownloadInShell() { function in class:content::DownloadItemImpl
477 delegate_->ShowDownloadInShell(this);
/external/chromium_org/content/public/browser/
H A Ddownload_manager_delegate.h125 virtual void ShowDownloadInShell(DownloadItem* download) {} function in class:content::DownloadManagerDelegate
H A Ddownload_item.h151 virtual void ShowDownloadInShell() = 0;
/external/chromium_org/content/public/test/
H A Dmock_download_item.h45 MOCK_METHOD0(ShowDownloadInShell, void());
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate.h93 virtual void ShowDownloadInShell(content::DownloadItem* download) OVERRIDE;
H A Ddownload_shelf_context_menu.cc155 download_item_->ShowDownloadInShell();
H A Dchrome_download_manager_delegate.cc463 void ChromeDownloadManagerDelegate::ShowDownloadInShell( function in class:ChromeDownloadManagerDelegate
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc418 file->ShowDownloadInShell();
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1364 download_item->ShowDownloadInShell();

Completed in 217 milliseconds