Home
last modified time | relevance | path

Searched defs:download_path (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_prefs.h24 FilePath download_path() const { return *download_path_; } in download_path() function
Ddownload_util.cc206 bool DownloadPathIsDangerous(const FilePath& download_path) { in DownloadPathIsDangerous()
Ddownload_manager.cc497 FilePath download_path; in AttachDownloadItem() local
Ddownload_browsertest.cc632 FilePath download_path = downloads_directory_.path().Append(basefilename); in RunSizeTest() local
/external/chromium/chrome/browser/
Dplugin_download_helper.h30 virtual void OnDownloadCompleted(const FilePath& download_path, in OnDownloadCompleted()