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

  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.cc 78 void MoveDownloadedFile(const base::FilePath& downloaded_file,
83 !base::Move(downloaded_file, dest_path))
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.h 350 const base::FilePath& downloaded_file,
520 const base::FilePath& downloaded_file,
wallpaper_manager.cc     [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 645 base::FilePath downloaded_file(
650 return CheckDownloadFullPaths(browser, downloaded_file, origin_file);
655 const base::FilePath& downloaded_file,
663 bool downloaded_file_exists = base::PathExists(downloaded_file);
664 EXPECT_TRUE(downloaded_file_exists) << downloaded_file.value();
673 VerifyFile(downloaded_file, original_file_contents, origin_file_size));
676 bool downloaded_file_deleted = base::DieFileDie(downloaded_file, false);
2022 base::FilePath downloaded_file = GetDownloadDirectory(browser()); local
    [all...]
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py     [all...]

Completed in 404 milliseconds