/external/chromium_org/chrome/browser/download/ |
download_file_picker.cc | 33 void RecordFilePickerResult(const base::FilePath& suggested_path, 36 if (suggested_path == actual_path) 40 else if (suggested_path.DirName() != actual_path.DirName()) 54 const base::FilePath& suggested_path, 56 : suggested_path_(suggested_path), 116 const base::FilePath& suggested_path, 118 new DownloadFilePicker(item, suggested_path, callback);
|
download_file_picker.h | 33 // Display a file picker dialog for |item|. The |suggested_path| will be used 37 const base::FilePath& suggested_path, 42 const base::FilePath& suggested_path,
|
download_test_file_activity_observer.cc | 53 const base::FilePath& suggested_path, 58 FROM_HERE, base::Bind(callback, (file_chooser_enabled_ ? suggested_path
|
save_package_file_picker.h | 22 const base::FilePath& suggested_path,
|
download_path_reservation_tracker.cc | 146 // - Verifies that the parent directory of |suggested_path| exists and is 149 // - Uniquifies |suggested_path| if |should_uniquify_path| is true. 153 const base::FilePath& suggested_path, 159 DCHECK(suggested_path.IsAbsolute()); 169 base::FilePath target_path(suggested_path.NormalizePathSeparators());
|
chrome_download_manager_delegate.cc | 404 const base::FilePath& suggested_path, 411 suggested_path, 565 const base::FilePath& suggested_path, 568 DownloadFilePicker::ShowFilePicker(download, suggested_path, callback); 590 const base::FilePath& suggested_path, 599 service->IsSupportedDownload(*download, suggested_path);
|
download_target_determiner.cc | 254 const base::FilePath& suggested_path, 257 DVLOG(20) << "Extension suggested path: " << suggested_path.AsUTF8Unsafe(); 262 if (!suggested_path.empty()) { 271 suggested_path).NormalizePathSeparators()); [all...] |
download_target_determiner.h | 79 // Returns a .crdownload intermediate path for the |suggested_path|. 80 static base::FilePath GetCrDownloadPath(const base::FilePath& suggested_path);
|
save_package_file_picker.cc | 128 const base::FilePath& suggested_path, 137 base::FilePath suggested_path_copy = suggested_path;
|
chrome_download_manager_delegate.h | 88 const base::FilePath& suggested_path,
|
chrome_download_manager_delegate_unittest.cc | 107 const base::FilePath& suggested_path, 111 suggested_path,
|
download_target_determiner_unittest.cc | 184 DownloadItem* download, const base::FilePath& suggested_path, 460 DownloadItem* download, const base::FilePath& suggested_path, 462 callback.Run(suggested_path); [all...] |
/external/chromium_org/content/shell/browser/ |
shell_download_manager_delegate.cc | 135 base::FilePath suggested_path(suggested_directory.Append(generated_name)); 137 BrowserThread::UI, FROM_HERE, base::Bind(callback, suggested_path)); 143 const base::FilePath& suggested_path) { 147 callback.Run(suggested_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE, 149 suggested_path.AddExtension(FILE_PATH_LITERAL(".crdownload"))); 153 ChooseDownloadPath(download_id, callback, suggested_path); 159 const base::FilePath& suggested_path) { 167 std::wstring file_part = base::FilePath(suggested_path).BaseName().value(); 179 if (!suggested_path.empty()) 180 directory = suggested_path.DirName().value() [all...] |
shell_download_manager_delegate.h | 51 const base::FilePath& suggested_path); 54 const base::FilePath& suggested_path);
|
/external/chromium_org/chrome/browser/ui/ |
certificate_dialogs.h | 17 const base::FilePath& suggested_path,
|
certificate_dialogs.cc | 102 base::FilePath suggested_path = local 112 suggested_path, 166 const base::FilePath& suggested_path, 191 suggested_path, &file_type_info,
|
/external/chromium_org/content/public/browser/ |
download_manager_delegate.h | 115 const base::FilePath& suggested_path,
|
/external/chromium_org/ui/shell_dialogs/ |
select_file_dialog_win.cc | 486 const base::FilePath suggested_path = base::FilePath(suggested_name); local 490 if (IsDirectory(suggested_path)) { 491 suggested_directory = suggested_path; 493 suggested_directory = suggested_path.DirName(); 494 suggested_file_name = suggested_path.BaseName(); 532 suggested_ext = GetExtensionWithoutLeadingDot(suggested_path.Extension());
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api.h | 360 const base::FilePath& suggested_path,
|
downloads_api.cc | [all...] |
/external/chromium_org/content/browser/download/ |
save_package.h | 199 void ContinueGetSaveInfo(const base::FilePath& suggested_path,
|
save_package.cc | 1392 suggested_path, local [all...] |