Searched refs:GetDownloadHistory (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_service.h39 virtual DownloadHistory* GetDownloadHistory();
H A Ddownload_service.cc81 DownloadHistory* DownloadService::GetDownloadHistory() { function in class:DownloadService
H A Ddownload_ui_controller_unittest.cc66 virtual DownloadHistory* GetDownloadHistory() OVERRIDE;
79 DownloadHistory* TestDownloadService::GetDownloadHistory() { function in class:__anon3600::TestDownloadService
H A Dsave_page_browsertest.cc68 GetDownloadHistory()->AddObserver(this);
74 if (service && service->GetDownloadHistory())
75 service->GetDownloadHistory()->RemoveObserver(this);
H A Ddownload_item_model.cc565 (download_service ? download_service->GetDownloadHistory() : NULL);
H A Ddownload_browsertest.cc381 GetDownloadHistory()->AddObserver(this);
387 if (service && service->GetDownloadHistory())
388 service->GetDownloadHistory()->RemoveObserver(this);
408 GetDownloadHistory()->RemoveObserver(this);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc106 DownloadHistory* download_history = download_service->GetDownloadHistory();

Completed in 129 milliseconds