Searched refs:default_download_path (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker.h59 // default_download_path|.
90 const base::FilePath& default_download_path,
H A Ddownload_prefs.cc105 const base::FilePath& default_download_path = local
109 default_download_path,
113 default_download_path,
121 default_download_path));
H A Ddownload_path_reservation_tracker.cc146 // - Creates directory |default_download_path| if it doesn't exist.
156 const base::FilePath& default_download_path,
185 (!default_download_path.empty() &&
186 (default_download_path == target_dir)))) {
153 CreateReservation( ReservationKey key, const base::FilePath& suggested_path, const base::FilePath& default_download_path, bool create_directory, DownloadPathReservationTracker::FilenameConflictAction conflict_action, const DownloadPathReservationTracker::ReservedPathCallback& callback) argument
H A Ddownload_path_reservation_tracker_unittest.cc84 const base::FilePath& default_download_path() const { function in class:__anon4725::DownloadPathReservationTrackerTest
133 return default_download_path().Append(suffix).NormalizePathSeparators();
156 default_download_path(),
598 file_util::GetMaximumPathComponentLength(default_download_path());
633 file_util::GetMaximumPathComponentLength(default_download_path());
673 file_util::GetMaximumPathComponentLength(default_download_path());
H A Dchrome_download_manager_delegate_unittest.cc157 const base::FilePath& default_download_path() const;
279 const base::FilePath& ChromeDownloadManagerDelegateTest::default_download_path() function in class:__anon4715::ChromeDownloadManagerDelegateTest
/external/chromium/chrome/browser/download/
H A Ddownload_prefs.cc55 const FilePath& default_download_path = local
58 default_download_path);
64 NewRunnableFunction(&file_util::CreateDirectory, default_download_path));
75 default_download_path);
/external/chromium_org/content/shell/
H A Dshell_download_manager_delegate.h35 const base::FilePath& default_download_path);
H A Dshell_download_manager_delegate.cc206 const base::FilePath& default_download_path) {
207 default_download_path_ = default_download_path;
205 SetDownloadBehaviorForTesting( const base::FilePath& default_download_path) argument
/external/chromium/chrome/browser/ui/webui/
H A Dactive_downloads_ui.cc166 FilePath default_download_path; local
168 &default_download_path)) {
172 localized_strings.SetString("downloadpath", default_download_path.value());

Completed in 166 milliseconds