Home
last modified time | relevance | path

Searched refs:EnableAutoOpenBasedOnExtension (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_prefs.h71 bool EnableAutoOpenBasedOnExtension(const base::FilePath& file_name);
Ddownload_shelf_context_menu.cc176 prefs->EnableAutoOpenBasedOnExtension(path); in ExecuteCommand()
Ddownload_prefs.cc310 bool DownloadPrefs::EnableAutoOpenBasedOnExtension( in EnableAutoOpenBasedOnExtension() function in DownloadPrefs
Ddownload_target_determiner_unittest.cc203 void EnableAutoOpenBasedOnExtension(const base::FilePath& path);
337 void DownloadTargetDeterminerTest::EnableAutoOpenBasedOnExtension( in EnableAutoOpenBasedOnExtension() function in __anon48af4f150111::DownloadTargetDeterminerTest
339 EXPECT_TRUE(download_prefs_->EnableAutoOpenBasedOnExtension(path)); in EnableAutoOpenBasedOnExtension()
1144 EnableAutoOpenBasedOnExtension( in TEST_F()
Ddownload_browsertest.cc2029 GetDownloadPrefs(browser())->EnableAutoOpenBasedOnExtension(file)); in IN_PROC_BROWSER_TEST_F()