DownloadRemoved   441 content/browser/download/download_item_impl.cc   delegate_->DownloadRemoved(this);
DownloadRemoved    88 content/browser/download/download_item_impl_delegate.h   virtual void DownloadRemoved(DownloadItemImpl* download);
DownloadRemoved    66 content/browser/download/download_item_impl_unittest.cc   MOCK_METHOD1(DownloadRemoved, void(DownloadItemImpl*));
DownloadRemoved   561 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), DownloadRemoved(_));
DownloadRemoved  1240 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), DownloadRemoved(_));
DownloadRemoved  1266 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), DownloadRemoved(_));
DownloadRemoved  1288 content/browser/download/download_item_impl_unittest.cc   EXPECT_CALL(*mock_delegate(), DownloadRemoved(_));
DownloadRemoved   159 content/browser/download/download_manager_impl.h   virtual void DownloadRemoved(DownloadItemImpl* download) OVERRIDE;