Searched refs:UNIQUIFY (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker.h43 UNIQUIFY, enumerator in enum:DownloadPathReservationTracker::FilenameConflictAction
67 // reservations. Uniquifying is only done if |conflict_action| is UNIQUIFY.
H A Ddownload_path_reservation_tracker_unittest.cc269 DownloadPathReservationTracker::UNIQUIFY;
308 DownloadPathReservationTracker::UNIQUIFY;
391 DownloadPathReservationTracker::UNIQUIFY;
630 DownloadPathReservationTracker::UNIQUIFY;
H A Ddownload_path_reservation_tracker.cc215 if (conflict_action == DownloadPathReservationTracker::UNIQUIFY) {
H A Dchrome_download_manager_delegate.cc528 DownloadPathReservationTracker::UNIQUIFY);
535 callback.Run(base::FilePath(), DownloadPathReservationTracker::UNIQUIFY); member in class:DownloadPathReservationTracker
H A Ddownload_target_determiner.cc213 conflict_action_ = DownloadPathReservationTracker::UNIQUIFY;
280 if (conflict_action != DownloadPathReservationTracker::UNIQUIFY)
H A Dchrome_download_manager_delegate_unittest.cc89 DownloadPathReservationTracker::UNIQUIFY); member in class:__anon3573::TestChromeDownloadManagerDelegate::DownloadPathReservationTracker
H A Ddownload_target_determiner_unittest.cc162 DownloadPathReservationTracker::UNIQUIFY)));
486 callback.Run(new_path, DownloadPathReservationTracker::UNIQUIFY);
1425 DownloadPathReservationTracker::UNIQUIFY)));
/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.h80 UNIQUIFY = 1 << 0, // If there's already a file on disk that conflicts with enumerator in enum:content::DownloadFileImpl::RenameOption
H A Ddownload_file_impl.cc113 full_path, UNIQUIFY, kMaxRenameRetries, base::TimeTicks(), callback);
151 if ((option & UNIQUIFY) && full_path != file_.full_path()) {
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc566 return DownloadPathReservationTracker::UNIQUIFY;
573 return DownloadPathReservationTracker::UNIQUIFY;

Completed in 187 milliseconds