Lines Matching refs:DownloadPrefs
19 DownloadPrefs::DownloadPrefs(PrefService* prefs) : prefs_(prefs) { in DownloadPrefs() function in DownloadPrefs
42 DownloadPrefs::~DownloadPrefs() { in ~DownloadPrefs()
47 void DownloadPrefs::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
81 bool DownloadPrefs::PromptForDownload() const { in PromptForDownload()
85 bool DownloadPrefs::IsDownloadPathManaged() const { in IsDownloadPathManaged()
89 bool DownloadPrefs::IsAutoOpenUsed() const { in IsAutoOpenUsed()
93 bool DownloadPrefs::IsAutoOpenEnabledForExtension( in IsAutoOpenEnabledForExtension()
98 bool DownloadPrefs::EnableAutoOpenBasedOnExtension(const FilePath& file_name) { in EnableAutoOpenBasedOnExtension()
110 void DownloadPrefs::DisableAutoOpenBasedOnExtension(const FilePath& file_name) { in DisableAutoOpenBasedOnExtension()
120 void DownloadPrefs::ResetToDefaults() { in ResetToDefaults()
125 void DownloadPrefs::ResetAutoOpen() { in ResetAutoOpen()
130 void DownloadPrefs::SaveAutoOpenState() { in SaveAutoOpenState()
148 bool DownloadPrefs::AutoOpenCompareFunctor::operator()( in operator ()()