Home
last modified time | relevance | path

Searched refs:suggested_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_manager.cc309 info->suggested_path = last_download_path_; in CheckDownloadUrlDone()
311 info->suggested_path = download_prefs_->download_path(); in CheckDownloadUrlDone()
313 info->suggested_path = info->suggested_path.Append(generated_name); in CheckDownloadUrlDone()
315 info->suggested_path = info->save_info.file_path; in CheckDownloadUrlDone()
321 info, profile(), ShouldOpenFileBasedOnExtension(info->suggested_path)); in CheckDownloadUrlDone()
349 FilePath dir = info->suggested_path.DirName(); in CheckIfSuggestedPathExists()
350 FilePath filename = info->suggested_path.BaseName(); in CheckIfSuggestedPathExists()
354 PathService::Get(chrome::DIR_USER_DOCUMENTS, &info->suggested_path); in CheckIfSuggestedPathExists()
355 info->suggested_path = info->suggested_path.Append(filename); in CheckIfSuggestedPathExists()
360 info->original_name = FilePath(info->suggested_path).BaseName(); in CheckIfSuggestedPathExists()
[all …]
Dsave_package.cc1314 void SavePackage::ContinueGetSaveInfo(const FilePath& suggested_path, in ContinueGetSaveInfo() argument
1335 if (!suggested_path.Extension().empty() && in ContinueGetSaveInfo()
1336 suggested_path.Extension().compare(FILE_PATH_LITERAL("htm")) && in ContinueGetSaveInfo()
1337 suggested_path.Extension().compare(FILE_PATH_LITERAL("html"))) { in ContinueGetSaveInfo()
1339 extra_extension = suggested_path.Extension().substr(1); in ContinueGetSaveInfo()
1372 suggested_path.Extension()); in ContinueGetSaveInfo()
1388 suggested_path, in ContinueGetSaveInfo()
1398 ContinueSave(suggested_path, file_type_index); in ContinueGetSaveInfo()
Ddownload_util.h264 FilePath GetCrDownloadPath(const FilePath& suggested_path);
Ddownload_util.cc872 FilePath GetCrDownloadPath(const FilePath& suggested_path) { in GetCrDownloadPath() argument
877 suggested_path.value().c_str()); in GetCrDownloadPath()
884 info->suggested_path.BaseName()); in IsDangerous()
Dsave_package.h204 void ContinueGetSaveInfo(const FilePath& suggested_path,
Ddownload_manager_unittest.cc166 FilePath::StringType suggested_path; member
354 FilePath new_path(kDownloadRenameCases[i].suggested_path); in TEST_F()
/external/chromium/chrome/browser/ui/gtk/
Dcertificate_dialogs.cc99 FilePath suggested_path("certificate"); in Exporter() local
102 suggested_path = FilePath(cert_title); in Exporter()
106 suggested_path, in Exporter()
158 const FilePath& suggested_path, in ShowCertSelectFileDialog() argument
184 suggested_path, &file_type_info, 1, in ShowCertSelectFileDialog()
Dcertificate_dialogs.h14 const FilePath& suggested_path,
/external/chromium/chrome/browser/history/
Ddownload_create_info.h50 FilePath suggested_path; member