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

1 2

  /external/chromium_org/chrome/browser/download/
download_file_picker.cc 36 void RecordFilePickerResult(const base::FilePath& suggested_path,
39 if (suggested_path == actual_path)
43 else if (suggested_path.DirName() != actual_path.DirName())
57 const base::FilePath& suggested_path,
59 : 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,
save_package_file_picker.h 19 const base::FilePath& suggested_path,
download_test_file_activity_observer.cc 45 const base::FilePath& suggested_path,
50 FROM_HERE, base::Bind(callback, (file_chooser_enabled_ ? suggested_path
chrome_download_manager_delegate.cc 354 const base::FilePath& suggested_path,
361 suggested_path,
473 const base::FilePath& suggested_path,
476 DownloadFilePicker::ShowFilePicker(download, suggested_path, callback);
498 const base::FilePath& suggested_path,
507 service->IsSupportedDownload(*download, suggested_path);
download_target_determiner.cc 221 const base::FilePath& suggested_path,
224 DVLOG(20) << "Extension suggested path: " << suggested_path.AsUTF8Unsafe();
226 if (!suggested_path.empty()) {
235 suggested_path).NormalizePathSeparators());
650 const base::FilePath& suggested_path) {
651 return base::FilePath(suggested_path.value() + kCrdownloadSuffix);
download_target_determiner.h 75 // Returns a .crdownload intermediate path for the |suggested_path|.
76 static base::FilePath GetCrDownloadPath(const base::FilePath& suggested_path);
download_path_reservation_tracker.cc 147 // - Verifies that the parent directory of |suggested_path| exists and is
150 // - Uniquifies |suggested_path| if |should_uniquify_path| is true.
155 const base::FilePath& suggested_path,
161 DCHECK(suggested_path.IsAbsolute());
171 base::FilePath target_path(suggested_path.NormalizePathSeparators());
save_package_file_picker.cc 111 const base::FilePath& suggested_path,
120 base::FilePath suggested_path_copy = suggested_path;
chrome_download_manager_delegate.h 87 const base::FilePath& suggested_path,
chrome_download_manager_delegate_unittest.cc 111 const base::FilePath& suggested_path,
115 suggested_path,
  /external/chromium/chrome/browser/ui/gtk/
certificate_dialogs.h 14 const FilePath& suggested_path,
certificate_dialogs.cc 99 FilePath suggested_path("certificate");
102 suggested_path = FilePath(cert_title);
106 suggested_path,
158 const FilePath& suggested_path,
184 suggested_path, &file_type_info, 1,
  /external/chromium_org/chrome/browser/ui/
certificate_dialogs.h 17 const base::FilePath& suggested_path,
certificate_dialogs.cc 91 base::FilePath suggested_path("certificate");
94 suggested_path = base::FilePath(cert_title);
98 suggested_path,
150 const base::FilePath& suggested_path,
175 suggested_path, &file_type_info,
  /external/chromium_org/content/shell/
shell_download_manager_delegate.h 51 const base::FilePath& suggested_path);
54 const base::FilePath& suggested_path);
shell_download_manager_delegate.cc 117 base::FilePath suggested_path(suggested_directory.Append(generated_name));
123 this, download_id, callback, suggested_path));
129 const base::FilePath& suggested_path) {
133 callback.Run(suggested_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
135 suggested_path.AddExtension(FILE_PATH_LITERAL(".crdownload")));
139 ChooseDownloadPath(download_id, callback, suggested_path);
145 const base::FilePath& suggested_path) {
153 std::wstring file_part = base::FilePath(suggested_path).BaseName().value();
164 if (!suggested_path.empty())
165 directory = suggested_path.DirName().value()
    [all...]
  /external/chromium/chrome/browser/history/
download_create_info.h 50 FilePath suggested_path; member in struct:DownloadCreateInfo
  /external/chromium/chrome/browser/download/
download_manager.cc 309 info->suggested_path = last_download_path_;
311 info->suggested_path = download_prefs_->download_path();
313 info->suggested_path = info->suggested_path.Append(generated_name);
315 info->suggested_path = info->save_info.file_path;
321 info, profile(), ShouldOpenFileBasedOnExtension(info->suggested_path));
349 FilePath dir = info->suggested_path.DirName();
350 FilePath filename = info->suggested_path.BaseName();
354 PathService::Get(chrome::DIR_USER_DOCUMENTS, &info->suggested_path);
355 info->suggested_path = info->suggested_path.Append(filename)
    [all...]
download_util.h 263 // Returns a .crdownload intermediate path for the |suggested_path|.
264 FilePath GetCrDownloadPath(const FilePath& suggested_path);
save_package.h 204 void ContinueGetSaveInfo(const FilePath& suggested_path,
save_package.cc     [all...]
  /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 269 const base::FilePath suggested_path(suggested_name);
270 std::wstring file_part = suggested_path.BaseName().value();
307 if (IsDirectory(suggested_path)) {
308 directory = suggested_path.value();
311 directory = suggested_path.DirName().value();
364 suggested_ext = GetExtensionWithoutLeadingDot(suggested_path.Extension());
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 348 const base::FilePath& suggested_path,

Completed in 636 milliseconds

1 2