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 192 // applications menu. If |directory_filename| is non-empty, creates a sub-menu
193 // with |directory_filename| and |directory_contents|, and stores the shortcut
197 const base::FilePath& directory_filename,
204 if (!directory_filename.empty()) {
205 temp_directory_path = temp_dir.path().Append(directory_filename);
233 if (!directory_filename.empty())
243 const base::FilePath& directory_filename) {
254 // If |directory_filename| is supplied, this will also remove the item from
256 if (!directory_filename.empty())
257 argv.push_back(directory_filename.value())
956 base::FilePath directory_filename; local
    [all...]

Completed in 66 milliseconds