HomeSort by relevance Sort by last modified time
    Searched defs:DownloadPrefs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_prefs.h 26 class DownloadPrefs {
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);
download_prefs.cc 104 DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) {
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* DownloadPrefs::FromBrowserContext
    [all...]

Completed in 61 milliseconds