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

  /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/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...]
download_manager_unittest.cc 166 FilePath::StringType suggested_path; member in struct:__anon3482::__anon3484
354 FilePath new_path(kDownloadRenameCases[i].suggested_path);
download_util.cc 872 FilePath GetCrDownloadPath(const FilePath& suggested_path) {
877 suggested_path.value().c_str());
884 info->suggested_path.BaseName());
    [all...]

Completed in 1232 milliseconds