Home
last modified time | relevance | path

Searched refs:PromptForDownload (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_prefs.h30 bool PromptForDownload() const;
Ddownload_prefs.cc81 bool DownloadPrefs::PromptForDownload() const { in PromptForDownload() function in DownloadPrefs
Ddownload_manager.cc290 if (download_prefs_->PromptForDownload()) { in CheckDownloadUrlDone()