Searched refs:suggested_path (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/download/ |
D | download_manager.cc | 309 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 …]
|
D | save_package.cc | 1314 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()
|
D | download_util.h | 264 FilePath GetCrDownloadPath(const FilePath& suggested_path);
|
D | download_util.cc | 872 FilePath GetCrDownloadPath(const FilePath& suggested_path) { in GetCrDownloadPath() argument 877 suggested_path.value().c_str()); in GetCrDownloadPath() 884 info->suggested_path.BaseName()); in IsDangerous()
|
D | save_package.h | 204 void ContinueGetSaveInfo(const FilePath& suggested_path,
|
D | download_manager_unittest.cc | 166 FilePath::StringType suggested_path; member 354 FilePath new_path(kDownloadRenameCases[i].suggested_path); in TEST_F()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | certificate_dialogs.cc | 99 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()
|
D | certificate_dialogs.h | 14 const FilePath& suggested_path,
|
/external/chromium/chrome/browser/history/ |
D | download_create_info.h | 50 FilePath suggested_path; member
|