Home
last modified time | relevance | path

Searched refs:creation_locations (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
Dweb_app_linux.cc19 const ShellIntegration::ShortcutLocations& creation_locations, in CreatePlatformShortcuts() argument
24 shortcut_info, creation_locations); in CreatePlatformShortcuts()
48 ShellIntegration::ShortcutLocations creation_locations = in UpdatePlatformShortcuts() local
54 creation_locations.hidden = true; in UpdatePlatformShortcuts()
56 CreatePlatformShortcuts(web_app_path, shortcut_info, creation_locations, in UpdatePlatformShortcuts()
Dweb_app.h66 const ShellIntegration::ShortcutLocations& creation_locations,
86 const ShellIntegration::ShortcutLocations& creation_locations,
113 const ShellIntegration::ShortcutLocations& creation_locations);
125 const ShellIntegration::ShortcutLocations& creation_locations,
Dweb_app_win.cc369 const ShellIntegration::ShortcutLocations& creation_locations, in CreatePlatformShortcuts() argument
375 GetShortcutPaths(creation_locations); in CreatePlatformShortcuts()
377 bool pin_to_taskbar = creation_locations.in_quick_launch_bar && in CreatePlatformShortcuts()
488 const ShellIntegration::ShortcutLocations& creation_locations) { in GetShortcutPaths() argument
497 creation_locations.on_desktop, in GetShortcutPaths()
500 creation_locations.applications_menu_location == in GetShortcutPaths()
504 creation_locations.applications_menu_location == in GetShortcutPaths()
508 creation_locations.applications_menu_location == in GetShortcutPaths()
514 creation_locations.in_quick_launch_bar && in GetShortcutPaths()
Dweb_app.cc150 const ShellIntegration::ShortcutLocations& creation_locations, in CreateShortcuts() argument
158 shortcut_info, creation_locations, creation_reason)); in CreateShortcuts()
182 const ShellIntegration::ShortcutLocations& creation_locations, in CreateShortcutsOnFileThread() argument
190 creation_locations, in CreateShortcutsOnFileThread()
Dweb_app_chromeos.cc13 const ShellIntegration::ShortcutLocations& creation_locations, in CreatePlatformShortcuts() argument
Dweb_app_android.cc13 const ShellIntegration::ShortcutLocations& creation_locations, in CreatePlatformShortcuts() argument
Dweb_app_mac.h54 ShellIntegration::ShortcutLocations creation_locations);
Dweb_app_mac.mm351 // creation_locations will be ignored by CreatePlatformShortcuts on Mac.
352 ShellIntegration::ShortcutLocations creation_locations;
353 web_app::CreateShortcuts(shortcut_info, creation_locations,
460 ShellIntegration::ShortcutLocations creation_locations) {
498 if (creation_locations.in_quick_launch_bar && path_to_add_to_dock) {
752 const ShellIntegration::ShortcutLocations& creation_locations,
756 return shortcut_creator.CreateShortcuts(creation_reason, creation_locations);
/external/chromium_org/chrome/browser/ui/gtk/
Dcreate_application_shortcuts_dialog_gtk.cc212 ShellIntegration::ShortcutLocations creation_locations; in OnCreateDialogResponse() local
213 creation_locations.on_desktop = in OnCreateDialogResponse()
216 creation_locations.applications_menu_location = in OnCreateDialogResponse()
223 this, shortcut_info_, creation_locations)); in OnCreateDialogResponse()
238 const ShellIntegration::ShortcutLocations& creation_locations) { in CreateDesktopShortcut() argument
241 creation_locations); in CreateDesktopShortcut()
357 const ShellIntegration::ShortcutLocations& creation_locations) { in CreateDesktopShortcut() argument
361 shortcut_info, creation_locations, in CreateDesktopShortcut()
Dcreate_application_shortcuts_dialog_gtk.h62 const ShellIntegration::ShortcutLocations& creation_locations);
127 const ShellIntegration::ShortcutLocations& creation_locations) OVERRIDE;
/external/chromium_org/chrome/browser/apps/
Dshortcut_manager.cc43 ShellIntegration::ShortcutLocations creation_locations; in CreateShortcutsInApplicationsMenu() local
45 creation_locations.applications_menu_location = in CreateShortcutsInApplicationsMenu()
47 web_app::CreateShortcuts(shortcut_info, creation_locations, in CreateShortcutsInApplicationsMenu()
/external/chromium_org/chrome/browser/ui/views/
Dcreate_application_shortcut_view.cc373 ShellIntegration::ShortcutLocations creation_locations; in Accept() local
374 creation_locations.on_desktop = desktop_check_box_->checked(); in Accept()
376 creation_locations.applications_menu_location = in Accept()
383 creation_locations.in_quick_launch_bar = quick_launch_check_box_ == NULL ? in Accept()
388 creation_locations.in_quick_launch_bar = false; in Accept()
391 web_app::CreateShortcuts(shortcut_info_, creation_locations, in Accept()
/external/chromium_org/chrome/browser/
Dshell_integration_linux.cc839 const ShellIntegration::ShortcutLocations& creation_locations) { in CreateDesktopShortcut() argument
848 if (creation_locations.on_desktop) in CreateDesktopShortcut()
852 if (creation_locations.applications_menu_location != in CreateDesktopShortcut()
854 creation_locations.hidden) in CreateDesktopShortcut()
875 if (creation_locations.on_desktop) { in CreateDesktopShortcut()
889 if (creation_locations.applications_menu_location != in CreateDesktopShortcut()
891 creation_locations.hidden) { in CreateDesktopShortcut()
894 switch (creation_locations.applications_menu_location) { in CreateDesktopShortcut()
918 creation_locations.applications_menu_location == in CreateDesktopShortcut()
Dshell_integration_linux.h109 const ShellIntegration::ShortcutLocations& creation_locations);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
Dapp_list_service_win.cc208 const ShellIntegration::ShortcutLocations& creation_locations) { in CreateAppListShortcuts() argument
213 web_app::internals::GetShortcutPaths(creation_locations); in CreateAppListShortcuts()
215 bool pin_to_taskbar = creation_locations.in_quick_launch_bar && in CreateAppListShortcuts()