HomeSort by relevance Sort by last modified time
    Searched refs:ShowDownloadInShell (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/browser/download/
download_item_impl_delegate.h 84 virtual void ShowDownloadInShell(DownloadItemImpl* download);
download_item_impl_delegate.cc 70 void DownloadItemImplDelegate::ShowDownloadInShell(DownloadItemImpl* download) {
download_manager_impl.h 161 virtual void ShowDownloadInShell(DownloadItemImpl* download) OVERRIDE;
download_manager_impl.cc 720 void DownloadManagerImpl::ShowDownloadInShell(DownloadItemImpl* download) {
722 delegate_->ShowDownloadInShell(download);
download_item_impl.h 104 virtual void ShowDownloadInShell() OVERRIDE;
download_manager_impl_unittest.cc 104 MOCK_METHOD0(ShowDownloadInShell, void());
download_item_impl.cc 474 void DownloadItemImpl::ShowDownloadInShell() {
477 delegate_->ShowDownloadInShell(this);
    [all...]
  /external/chromium_org/content/public/browser/
download_manager_delegate.h 125 virtual void ShowDownloadInShell(DownloadItem* download) {}
download_item.h 151 virtual void ShowDownloadInShell() = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 45 MOCK_METHOD0(ShowDownloadInShell, void());
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.h 93 virtual void ShowDownloadInShell(content::DownloadItem* download) OVERRIDE;
download_shelf_context_menu.cc 155 download_item_->ShowDownloadInShell();
chrome_download_manager_delegate.cc 462 void ChromeDownloadManagerDelegate::ShowDownloadInShell(
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 414 file->ShowDownloadInShell();
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc     [all...]

Completed in 2546 milliseconds