Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_prefs.h33 bool IsDownloadPathManaged() const;
Ddownload_prefs.cc85 bool DownloadPrefs::IsDownloadPathManaged() const { in IsDownloadPathManaged() function in DownloadPrefs
Ddownload_manager.cc301 if (download_prefs_->IsDownloadPathManaged()) { in CheckDownloadUrlDone()