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

  /external/chromium/chrome/browser/download/
download_util.h 231 int GetUniquePathNumber(const FilePath& path);
253 // Same as GetUniquePathNumber, except that it also checks the existence
download_file_manager.cc 359 uniquifier = download_util::GetUniquePathNumber(new_path);
download_manager_unittest.cc 542 int uniquifier = download_util::GetUniquePathNumber(new_path);
download_util.cc 772 int GetUniquePathNumber(const FilePath& path) {
    [all...]
  /external/chromium/chrome/browser/web_applications/
web_app.cc 356 int unique_number = download_util::GetUniquePathNumber(shortcut_file);

Completed in 6560 milliseconds