HomeSort by relevance Sort by last modified time
    Searched refs:GetDownloadHistory (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/download/
download_service.h 35 DownloadHistory* GetDownloadHistory();
download_service.cc 79 DownloadHistory* DownloadService::GetDownloadHistory() {
save_page_browsertest.cc 67 GetDownloadHistory()->AddObserver(this);
73 if (service && service->GetDownloadHistory())
74 service->GetDownloadHistory()->RemoveObserver(this);
download_browsertest.cc 392 GetDownloadHistory()->AddObserver(this);
398 if (service && service->GetDownloadHistory())
399 service->GetDownloadHistory()->RemoveObserver(this);
419 GetDownloadHistory()->RemoveObserver(this);
    [all...]

Completed in 607 milliseconds