Searched refs:DownloadRemoved (Results 1 – 6 of 6) sorted by relevance
73 void DownloadItemImplDelegate::DownloadRemoved(DownloadItemImpl* download) {} in DownloadRemoved() function in content::DownloadItemImplDelegate
88 virtual void DownloadRemoved(DownloadItemImpl* download);
162 virtual void DownloadRemoved(DownloadItemImpl* download) OVERRIDE;
66 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()
558 void DownloadManagerImpl::DownloadRemoved(DownloadItemImpl* download) { in DownloadRemoved() function in content::DownloadManagerImpl
445 delegate_->DownloadRemoved(this); in Remove()