HomeSort by relevance Sort by last modified time
    Searched defs:download_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 252 base::FilePath download_path = DownloadPrefs::FromDownloadManager( local
254 initial_path = download_path.AppendASCII(suggested_file_name);
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager_browsertest.cc 722 download_prefs->SetDownloadPath(download_path());
725 const base::FilePath& download_path() const { function in class:BrowserCloseManagerWithDownloadsBrowserTest
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 553 base::FilePath download_path = user_data_dir.Append(kWebstoreDownloadFolder); local
556 *g_download_directory_for_tests : download_path);
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 772 base::FilePath download_path = local
776 bool downloaded_path_exists = base::PathExists(download_path);
785 EXPECT_TRUE(VerifyFile(download_path, expected_contents, file_size));
788 EXPECT_TRUE(base::DieFileDie(download_path, true));
789 EXPECT_FALSE(base::PathExists(download_path));
    [all...]

Completed in 760 milliseconds