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

  /external/chromium_org/chrome/browser/download/
download_file_picker.cc 35 void RecordFilePickerResult(const base::FilePath& suggested_path,
38 if (suggested_path == actual_path)
42 else if (suggested_path.DirName() != actual_path.DirName())
56 const base::FilePath& suggested_path,
58 : suggested_path_(suggested_path),
118 const base::FilePath& suggested_path,
120 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 403 const base::FilePath& suggested_path,
410 suggested_path,
564 const base::FilePath& suggested_path,
567 DownloadFilePicker::ShowFilePicker(download, suggested_path, callback);
589 const base::FilePath& suggested_path,
598 service->IsSupportedDownload(*download, suggested_path);
download_target_determiner.cc 251 const base::FilePath& suggested_path,
254 DVLOG(20) << "Extension suggested path: " << suggested_path.AsUTF8Unsafe();
259 if (!suggested_path.empty()) {
268 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/chrome/browser/ui/
certificate_dialogs.h 17 const base::FilePath& suggested_path,
certificate_dialogs.cc 90 base::FilePath suggested_path = local
100 suggested_path,
152 const base::FilePath& suggested_path,
177 suggested_path, &file_type_info,
  /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/content/public/browser/
download_manager_delegate.h 115 const base::FilePath& suggested_path,
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 268 const base::FilePath suggested_path(suggested_name);
269 std::wstring file_part = suggested_path.BaseName().value();
306 if (IsDirectory(suggested_path)) {
307 directory = suggested_path.value();
310 directory = suggested_path.DirName().value();
363 suggested_ext = GetExtensionWithoutLeadingDot(suggested_path.Extension());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 358 const base::FilePath& suggested_path,
downloads_api.cc     [all...]
  /external/chromium_org/content/browser/download/
save_package.h 200 void ContinueGetSaveInfo(const base::FilePath& suggested_path,
save_package.cc 1400 suggested_path, local
    [all...]

Completed in 557 milliseconds