HomeSort by relevance Sort by last modified time
    Searched defs:UNIQUIFY (Results 1 - 4 of 4) 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.
chrome_download_manager_delegate_unittest.cc 89 DownloadPathReservationTracker::UNIQUIFY);
chrome_download_manager_delegate.cc 528 DownloadPathReservationTracker::UNIQUIFY);
535 callback.Run(base::FilePath(), DownloadPathReservationTracker::UNIQUIFY);
  /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

Completed in 243 milliseconds