Home
last modified time | relevance | path

Searched refs:DownloadRemoved (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_item_impl_delegate.cc73 void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {} in DownloadRemoved() function in content::DownloadItemImplDelegate
Ddownload_item_impl_delegate.h88 virtual void DownloadRemoved(DownloadItemImpl* download);
Ddownload_manager_impl.h162 virtual void DownloadRemoved(DownloadItemImpl* download) OVERRIDE;
Ddownload_item_impl_unittest.cc66 MOCK_METHOD1(DownloadRemoved, void(DownloadItemImpl*));
561 EXPECT_CALL(*mock_delegate(), DownloadRemoved(_)); in TEST_F()
1240 EXPECT_CALL(*mock_delegate(), DownloadRemoved(_)); in TEST_F()
1266 EXPECT_CALL(*mock_delegate(), DownloadRemoved(_)); in TEST_F()
1288 EXPECT_CALL(*mock_delegate(), DownloadRemoved(_)); in TEST_F()
Ddownload_manager_impl.cc558 void DownloadManagerImpl::DownloadRemoved(DownloadItemImpl* download) { in DownloadRemoved() function in content::DownloadManagerImpl
Ddownload_item_impl.cc445 delegate_->DownloadRemoved(this); in Remove()