Searched defs:creator_suggested_filename (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc704 base::FilePath creator_suggested_filename() const { function in class:extensions::__anon3692::ExtensionDownloadsEventRouterData
1011 base::FilePath creator_suggested_filename; local
1021 creator_suggested_filename = base::FilePath(filename16);
1023 creator_suggested_filename = base::FilePath(*options.filename.get());
1025 if (!net::IsSafePortableRelativePath(creator_suggested_filename)) {
1065 creator_suggested_filename, options.conflict_action));
1078 const base::FilePath& creator_suggested_filename,
1087 if (!creator_suggested_filename.empty() ||
1098 creator_suggested_filename, creator_conflict_action);
1646 if (!data->creator_suggested_filename()
1077 OnStarted( const base::FilePath& creator_suggested_filename, downloads::FilenameConflictAction creator_conflict_action, DownloadItem* item, content::DownloadInterruptReason interrupt_reason) argument
[all...]

Completed in 79 milliseconds