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

/external/chromium_org/chrome/browser/download/
H A Ddownload_service.h36 DownloadHistory* GetDownloadHistory();
H A Ddownload_service.cc79 DownloadHistory* DownloadService::GetDownloadHistory() { function in class:DownloadService
H A Dsave_page_browsertest.cc67 GetDownloadHistory()->AddObserver(this);
73 if (service && service->GetDownloadHistory())
74 service->GetDownloadHistory()->RemoveObserver(this);
H A Ddownload_browsertest.cc391 GetDownloadHistory()->AddObserver(this);
397 if (service && service->GetDownloadHistory())
398 service->GetDownloadHistory()->RemoveObserver(this);
418 GetDownloadHistory()->RemoveObserver(this);

Completed in 115 milliseconds