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

  /external/chromium_org/chrome/browser/download/
download_prefs.cc 53 bool DownloadPathIsDangerous(const base::FilePath& download_path) {
56 if (download_path == home_dir) {
70 return (download_path == desktop_dir);
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...]
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 214 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
215 if not os.path.exists(download_path):
233 download_path = os.path.join(host_dir, url_parts.hostname, "index.html")
234 if not os.path.exists(download_path):
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 132 base::FilePath download_path(download_item->GetTargetFilePath());
133 file_value->Set("file_path", base::CreateFilePathValue(download_path));
135 net::FilePathToFileURL(download_path).spec());
  /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/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/media_galleries/
media_galleries_preferences.cc 355 base::FilePath download_path;
356 if (PathService::Get(chrome::DIR_DEFAULT_DOWNLOADS_SAFE, &download_path)) {
358 if (download_path.AppendRelativePath(path, &relative))
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 286 base::FilePath download_path =
291 base::DeleteFileAfterReboot(download_path);
298 download_path,
    [all...]
  /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/content/browser/download/
download_manager_impl_unittest.cc 588 base::FilePath download_path(FILE_PATH_LITERAL("download/path"));

Completed in 639 milliseconds