Searched defs:DownloadPrefs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_prefs.h26 class DownloadPrefs { class
28 explicit DownloadPrefs(Profile* profile);
29 ~DownloadPrefs();
39 // Returns the DownloadPrefs corresponding to the given DownloadManager
41 static DownloadPrefs* FromDownloadManager(
43 static DownloadPrefs* FromBrowserContext(
110 DISALLOW_COPY_AND_ASSIGN(DownloadPrefs);
H A Ddownload_prefs.cc104 DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) { function in class:DownloadPrefs
176 DownloadPrefs::~DownloadPrefs() {}
179 void DownloadPrefs::RegisterProfilePrefs(
215 base::FilePath DownloadPrefs::GetDefaultDownloadDirectoryForProfile() const {
224 const base::FilePath& DownloadPrefs::GetDefaultDownloadDirectory() {
229 DownloadPrefs* DownloadPrefs::FromDownloadManager(
238 DownloadPrefs* DownloadPref
[all...]

Completed in 211 milliseconds