/external/chromium_org/chrome/browser/web_applications/ |
D | web_app_linux.cc | 19 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()
|
D | web_app.h | 66 const ShellIntegration::ShortcutLocations& creation_locations, 86 const ShellIntegration::ShortcutLocations& creation_locations, 113 const ShellIntegration::ShortcutLocations& creation_locations); 125 const ShellIntegration::ShortcutLocations& creation_locations,
|
D | web_app_win.cc | 369 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()
|
D | web_app.cc | 150 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()
|
D | web_app_chromeos.cc | 13 const ShellIntegration::ShortcutLocations& creation_locations, in CreatePlatformShortcuts() argument
|
D | web_app_android.cc | 13 const ShellIntegration::ShortcutLocations& creation_locations, in CreatePlatformShortcuts() argument
|
D | web_app_mac.h | 54 ShellIntegration::ShortcutLocations creation_locations);
|
D | web_app_mac.mm | 351 // 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/ |
D | create_application_shortcuts_dialog_gtk.cc | 212 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()
|
D | create_application_shortcuts_dialog_gtk.h | 62 const ShellIntegration::ShortcutLocations& creation_locations); 127 const ShellIntegration::ShortcutLocations& creation_locations) OVERRIDE;
|
/external/chromium_org/chrome/browser/apps/ |
D | shortcut_manager.cc | 43 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/ |
D | create_application_shortcut_view.cc | 373 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/ |
D | shell_integration_linux.cc | 839 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()
|
D | shell_integration_linux.h | 109 const ShellIntegration::ShortcutLocations& creation_locations);
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_service_win.cc | 208 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()
|