Home
last modified time | relevance | path

Searched refs:create_on_desktop (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/
Dshell_integration.h66 bool create_on_desktop; member
Dshell_integration.cc19 : create_on_desktop(false), in ShortcutInfo()
Dshell_integration_linux.cc462 if (shortcut_info.create_on_desktop) in CreateDesktopShortcut()
/external/chromium/chrome/browser/ui/web_applications/
Dweb_app_ui.cc174 shortcut_info_.create_on_desktop, in CheckExistingShortcuts()
/external/chromium/chrome/browser/ui/gtk/
Dcreate_application_shortcuts_dialog_gtk.cc183 shortcut_info_.create_on_desktop = in OnCreateDialogResponse()
/external/chromium/chrome/browser/web_applications/
Dweb_app.cc245 shortcut_info_.create_on_desktop, in CreateShortcut()
/external/chromium/chrome/browser/ui/views/
Dcreate_application_shortcut_view.cc364 shortcut_info_.create_on_desktop = desktop_check_box_->checked(); in Accept()