Searched defs:const_filename (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1706 const base::FilePath& const_filename,
1725 base::FilePath::StringType filename_str(const_filename.value());
1738 Fault((!const_filename.empty() && !valid_filename),
1701 DetermineFilename( Profile* profile, bool include_incognito, const std::string& ext_id, int download_id, const base::FilePath& const_filename, downloads::FilenameConflictAction conflict_action, std::string* error) argument

Completed in 160 milliseconds