HomeSort by relevance Sort by last modified time
    Searched refs:UNIQUIFY (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.h 18 // Chrome attempts to uniquify filenames that are assigned to downloads in order
43 UNIQUIFY,
67 // reservations. Uniquifying is only done if |conflict_action| is UNIQUIFY.
download_path_reservation_tracker_unittest.cc 250 // If there are files on the file system, a unique reservation should uniquify
269 DownloadPathReservationTracker::UNIQUIFY;
293 // Multiple reservations for the same path should uniquify around each other.
308 DownloadPathReservationTracker::UNIQUIFY;
391 DownloadPathReservationTracker::UNIQUIFY;
630 DownloadPathReservationTracker::UNIQUIFY;
download_path_reservation_tracker.cc 207 // Uniquify the name, if it already exists.
215 if (conflict_action == DownloadPathReservationTracker::UNIQUIFY) {
chrome_download_manager_delegate.cc 528 DownloadPathReservationTracker::UNIQUIFY);
535 callback.Run(base::FilePath(), DownloadPathReservationTracker::UNIQUIFY);
download_target_determiner.cc 213 conflict_action_ = DownloadPathReservationTracker::UNIQUIFY;
280 if (conflict_action != DownloadPathReservationTracker::UNIQUIFY)
    [all...]
chrome_download_manager_delegate_unittest.cc 89 DownloadPathReservationTracker::UNIQUIFY);
download_target_determiner_unittest.cc 162 DownloadPathReservationTracker::UNIQUIFY)));
486 callback.Run(new_path, DownloadPathReservationTracker::UNIQUIFY);
    [all...]
  /external/chromium_org/content/browser/download/
download_file_impl.h 80 UNIQUIFY = 1 << 0, // If there's already a file on disk that conflicts with
download_file_impl.cc 113 full_path, UNIQUIFY, kMaxRenameRetries, base::TimeTicks(), callback);
151 if ((option & UNIQUIFY) && full_path != file_.full_path()) {
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 566 return DownloadPathReservationTracker::UNIQUIFY;
573 return DownloadPathReservationTracker::UNIQUIFY;
    [all...]

Completed in 184 milliseconds