CheckForHistoryFilesRemoval  258 chrome/browser/download/download_history.cc   notifier_.GetManager()->CheckForHistoryFilesRemoval();
CheckForHistoryFilesRemoval  262 chrome/browser/download/download_history_unittest.cc     EXPECT_CALL(manager(), CheckForHistoryFilesRemoval());
CheckForHistoryFilesRemoval  881 chrome/browser/extensions/api/downloads/downloads_api.cc       manager_->CheckForHistoryFilesRemoval();
CheckForHistoryFilesRemoval 1083 chrome/browser/extensions/api/downloads/downloads_api.cc   ManagerDestructionObserver::CheckForHistoryFilesRemoval(manager);
CheckForHistoryFilesRemoval 1084 chrome/browser/extensions/api/downloads/downloads_api.cc   ManagerDestructionObserver::CheckForHistoryFilesRemoval(incognito_manager);
CheckForHistoryFilesRemoval  499 chrome/browser/ui/webui/downloads_dom_handler.cc     main_notifier_.GetManager()->CheckForHistoryFilesRemoval();
CheckForHistoryFilesRemoval  503 chrome/browser/ui/webui/downloads_dom_handler.cc     original_notifier_->GetManager()->CheckForHistoryFilesRemoval();
CheckForHistoryFilesRemoval   94 content/browser/download/download_manager_impl.h   virtual void CheckForHistoryFilesRemoval() OVERRIDE;
CheckForHistoryFilesRemoval  172 content/public/browser/download_manager.h   virtual void CheckForHistoryFilesRemoval() = 0;
CheckForHistoryFilesRemoval  121 content/public/test/mock_download_manager.h   MOCK_METHOD0(CheckForHistoryFilesRemoval, void());