Searched refs:shortcut_filename (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc91 const base::FilePath& shortcut_filename) {
101 shortcut_filename.ReplaceExtension("png"));
144 bool CreateShortcutOnDesktop(const base::FilePath& shortcut_filename, argument
147 DCHECK_EQ(shortcut_filename.BaseName().value(), shortcut_filename.value());
157 int fd = openat(desktop_fd, shortcut_filename.value().c_str(),
175 // |shortcut_filename| we'll just undo his action.
176 unlinkat(desktop_fd, shortcut_filename.value().c_str(), 0);
185 void DeleteShortcutOnDesktop(const base::FilePath& shortcut_filename) { argument
188 base::DeleteFile(desktop_path.Append(shortcut_filename), fals
90 CreateShortcutIcon(const gfx::ImageFamily& icon_images, const base::FilePath& shortcut_filename) argument
195 CreateShortcutInApplicationsMenu(const base::FilePath& shortcut_filename, const std::string& contents, const base::FilePath& directory_filename, const std::string& directory_contents) argument
241 DeleteShortcutInApplicationsMenu( const base::FilePath& shortcut_filename, const base::FilePath& directory_filename) argument
650 base::FilePath shortcut_filename = GetExtensionShortcutFilename( local
906 base::FilePath shortcut_filename; local
1000 base::FilePath shortcut_filename = desktop_name.AddExtension("desktop"); local
1038 base::FilePath shortcut_filename = GetExtensionShortcutFilename( local
[all...]

Completed in 75 milliseconds