HomeSort by relevance Sort by last modified time
    Searched full:directory_filename (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 181 // applications menu. If |directory_filename| is non-empty, creates a sub-menu
182 // with |directory_filename| and |directory_contents|, and stores the shortcut
186 const base::FilePath& directory_filename,
193 if (!directory_filename.empty()) {
194 temp_directory_path = temp_dir.path().Append(directory_filename);
222 if (!directory_filename.empty())
232 const base::FilePath& directory_filename) {
243 // If |directory_filename| is supplied, this will also remove the item from
245 if (!directory_filename.empty())
246 argv.push_back(directory_filename.value())
892 base::FilePath directory_filename; local
    [all...]

Completed in 240 milliseconds