HomeSort by relevance Sort by last modified time
    Searched refs:UNIQUIFY (Results 1 - 8 of 8) 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 275 // If there are files on the file system, a unique reservation should uniquify
294 DownloadPathReservationTracker::UNIQUIFY;
318 // Multiple reservations for the same path should uniquify around each other.
333 DownloadPathReservationTracker::UNIQUIFY;
416 DownloadPathReservationTracker::UNIQUIFY;
656 DownloadPathReservationTracker::UNIQUIFY;
chrome_download_manager_delegate.cc 436 DownloadPathReservationTracker::UNIQUIFY);
443 callback.Run(base::FilePath(), DownloadPathReservationTracker::UNIQUIFY);
download_path_reservation_tracker.cc 209 // Uniquify the name, if it already exists.
217 if (conflict_action == DownloadPathReservationTracker::UNIQUIFY) {
chrome_download_manager_delegate_unittest.cc 93 DownloadPathReservationTracker::UNIQUIFY);
download_target_determiner_unittest.cc 155 DownloadPathReservationTracker::UNIQUIFY)));
458 callback.Run(new_path, DownloadPathReservationTracker::UNIQUIFY);
    [all...]
download_target_determiner.cc 180 conflict_action_ = DownloadPathReservationTracker::UNIQUIFY;
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 566 return DownloadPathReservationTracker::UNIQUIFY;
573 return DownloadPathReservationTracker::UNIQUIFY;
    [all...]

Completed in 717 milliseconds