Searched refs:CheckForHistoryFilesRemoval (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_manager.h166 virtual void CheckForHistoryFilesRemoval() = 0;
/external/chromium_org/content/public/test/
H A Dmock_download_manager.h120 MOCK_METHOD0(CheckForHistoryFilesRemoval, void());
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h93 virtual void CheckForHistoryFilesRemoval() OVERRIDE;
H A Ddownload_manager_impl.cc448 void DownloadManagerImpl::CheckForHistoryFilesRemoval() { function in class:content::DownloadManagerImpl
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc512 main_notifier_.GetManager()->CheckForHistoryFilesRemoval();
516 original_notifier_->GetManager()->CheckForHistoryFilesRemoval();
/external/chromium_org/chrome/browser/download/
H A Ddownload_history.cc258 notifier_.GetManager()->CheckForHistoryFilesRemoval();
H A Ddownload_history_unittest.cc268 EXPECT_CALL(manager(), CheckForHistoryFilesRemoval());
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc838 static void CheckForHistoryFilesRemoval(DownloadManager* manager) { function in class:__anon4829::ManagerDestructionObserver
876 manager_->CheckForHistoryFilesRemoval();
1079 ManagerDestructionObserver::CheckForHistoryFilesRemoval(manager);
1080 ManagerDestructionObserver::CheckForHistoryFilesRemoval(incognito_manager);

Completed in 192 milliseconds