DownloadHistory 365 chrome/browser/download/download_browsertest.cc class HistoryObserver : public DownloadHistory::Observer { DownloadHistory 155 chrome/browser/download/download_history.cc DownloadHistory::HistoryAdapter::HistoryAdapter(HistoryService* history) DownloadHistory 158 chrome/browser/download/download_history.cc DownloadHistory::HistoryAdapter::~HistoryAdapter() {} DownloadHistory 160 chrome/browser/download/download_history.cc void DownloadHistory::HistoryAdapter::QueryDownloads( DownloadHistory 165 chrome/browser/download/download_history.cc void DownloadHistory::HistoryAdapter::CreateDownload( DownloadHistory 171 chrome/browser/download/download_history.cc void DownloadHistory::HistoryAdapter::UpdateDownload( DownloadHistory 176 chrome/browser/download/download_history.cc void DownloadHistory::HistoryAdapter::RemoveDownloads( DownloadHistory 182 chrome/browser/download/download_history.cc DownloadHistory::Observer::Observer() {} DownloadHistory 183 chrome/browser/download/download_history.cc DownloadHistory::Observer::~Observer() {} DownloadHistory 185 chrome/browser/download/download_history.cc bool DownloadHistory::IsPersisted(content::DownloadItem* item) { DownloadHistory 190 chrome/browser/download/download_history.cc DownloadHistory::DownloadHistory(content::DownloadManager* manager, DownloadHistory 205 chrome/browser/download/download_history.cc &DownloadHistory::QueryCallback, weak_ptr_factory_.GetWeakPtr())); DownloadHistory 208 chrome/browser/download/download_history.cc DownloadHistory::~DownloadHistory() { DownloadHistory 214 chrome/browser/download/download_history.cc void DownloadHistory::AddObserver(DownloadHistory::Observer* observer) { DownloadHistory 219 chrome/browser/download/download_history.cc void DownloadHistory::RemoveObserver(DownloadHistory::Observer* observer) { DownloadHistory 224 chrome/browser/download/download_history.cc void DownloadHistory::QueryCallback(scoped_ptr<InfoVector> infos) { DownloadHistory 261 chrome/browser/download/download_history.cc void DownloadHistory::MaybeAddToHistory(content::DownloadItem* item) { DownloadHistory 284 chrome/browser/download/download_history.cc &DownloadHistory::ItemAdded, weak_ptr_factory_.GetWeakPtr(), DownloadHistory 290 chrome/browser/download/download_history.cc void DownloadHistory::ItemAdded(uint32 download_id, bool success) { DownloadHistory 338 chrome/browser/download/download_history.cc void DownloadHistory::OnDownloadCreated( DownloadHistory 355 chrome/browser/download/download_history.cc void DownloadHistory::OnDownloadUpdated( DownloadHistory 385 chrome/browser/download/download_history.cc void DownloadHistory::OnDownloadOpened( DownloadHistory 390 chrome/browser/download/download_history.cc void DownloadHistory::OnDownloadRemoved( DownloadHistory 412 chrome/browser/download/download_history.cc void DownloadHistory::ScheduleRemoveDownload(uint32 download_id) { DownloadHistory 419 chrome/browser/download/download_history.cc base::Bind(&DownloadHistory::RemoveDownloadsBatch, DownloadHistory 425 chrome/browser/download/download_history.cc void DownloadHistory::RemoveDownloadsBatch() { DownloadHistory 26 chrome/browser/download/download_history.h class DownloadHistory : public AllDownloadItemNotifier::Observer { DownloadHistory 76 chrome/browser/download/download_history.h DownloadHistory( DownloadHistory 80 chrome/browser/download/download_history.h virtual ~DownloadHistory(); DownloadHistory 142 chrome/browser/download/download_history.h base::WeakPtrFactory<DownloadHistory> weak_ptr_factory_; DownloadHistory 144 chrome/browser/download/download_history.h DISALLOW_COPY_AND_ASSIGN(DownloadHistory); DownloadHistory 59 chrome/browser/download/download_history_unittest.cc typedef DownloadHistory::IdSet IdSet; DownloadHistory 63 chrome/browser/download/download_history_unittest.cc class FakeHistoryAdapter : public DownloadHistory::HistoryAdapter { DownloadHistory 66 chrome/browser/download/download_history_unittest.cc : DownloadHistory::HistoryAdapter(NULL), DownloadHistory 266 chrome/browser/download/download_history_unittest.cc download_history_.reset(new DownloadHistory( DownloadHistory 267 chrome/browser/download/download_history_unittest.cc &manager(), scoped_ptr<DownloadHistory::HistoryAdapter>(history_))); DownloadHistory 458 chrome/browser/download/download_history_unittest.cc scoped_ptr<DownloadHistory> download_history_; DownloadHistory 484 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 515 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 542 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 639 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 661 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 686 chrome/browser/download/download_history_unittest.cc EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 696 chrome/browser/download/download_history_unittest.cc EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 704 chrome/browser/download/download_history_unittest.cc EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 728 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 729 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(1))); DownloadHistory 756 chrome/browser/download/download_history_unittest.cc EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 762 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 783 chrome/browser/download/download_history_unittest.cc EXPECT_FALSE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 790 chrome/browser/download/download_history_unittest.cc EXPECT_TRUE(DownloadHistory::IsPersisted(&item(0))); DownloadHistory 60 chrome/browser/download/download_service.cc download_history_.reset(new DownloadHistory( DownloadHistory 62 chrome/browser/download/download_service.cc scoped_ptr<DownloadHistory::HistoryAdapter>( DownloadHistory 63 chrome/browser/download/download_service.cc new DownloadHistory::HistoryAdapter(history)))); DownloadHistory 79 chrome/browser/download/download_service.cc DownloadHistory* DownloadService::GetDownloadHistory() { DownloadHistory 14 chrome/browser/download/download_service.h class DownloadHistory; DownloadHistory 35 chrome/browser/download/download_service.h DownloadHistory* GetDownloadHistory(); DownloadHistory 79 chrome/browser/download/download_service.h scoped_ptr<DownloadHistory> download_history_; DownloadHistory 55 chrome/browser/download/save_page_browsertest.cc class DownloadPersistedObserver : public DownloadHistory::Observer { DownloadHistory 126 chrome/browser/download/save_page_browsertest.cc virtual void OnDownloadsRemoved(const DownloadHistory::IdSet& ids) OVERRIDE {