Home
last modified time | relevance | path

Searched refs:shortcut_template (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dcreate_application_shortcuts_dialog_gtk.cc209 std::string shortcut_template; in CreateDesktopShortcut() local
211 &shortcut_template)) { in CreateDesktopShortcut()
213 shortcut_template); in CreateDesktopShortcut()
/external/chromium/chrome/browser/web_applications/
Dweb_app.cc227 std::string shortcut_template; in CreateShortcut() local
229 &shortcut_template)) { in CreateShortcut()
232 ShellIntegration::CreateDesktopShortcut(shortcut_info_, shortcut_template); in CreateShortcut()
/external/chromium/chrome/browser/
Dshell_integration.h107 const std::string& shortcut_template);
Dshell_integration_linux.cc441 const ShortcutInfo& shortcut_info, const std::string& shortcut_template) { in CreateDesktopShortcut() argument
455 shortcut_template, in CreateDesktopShortcut()