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

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_linux.cc19 const ShellIntegration::ShortcutLocations& creation_locations,
24 shortcut_info, creation_locations);
48 ShellIntegration::ShortcutLocations creation_locations = local
54 creation_locations.hidden = true;
56 CreatePlatformShortcuts(web_app_path, shortcut_info, creation_locations,
16 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations, ShortcutCreationReason ) argument
H A Dweb_app.h63 // |creation_locations| contains information about where to create them.
66 const ShellIntegration::ShortcutLocations& creation_locations,
83 // |creation_locations| contains information about where to create them.
86 const ShellIntegration::ShortcutLocations& creation_locations,
111 // |creation_locations|.
113 const ShellIntegration::ShortcutLocations& creation_locations);
121 // |creation_locations| contains information about where to create them.
125 const ShellIntegration::ShortcutLocations& creation_locations,
H A Dweb_app_android.cc13 const ShellIntegration::ShortcutLocations& creation_locations,
10 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
H A Dweb_app_chromeos.cc13 const ShellIntegration::ShortcutLocations& creation_locations,
10 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
H A Dweb_app.cc150 const ShellIntegration::ShortcutLocations& creation_locations,
158 shortcut_info, creation_locations, creation_reason));
182 const ShellIntegration::ShortcutLocations& creation_locations,
190 creation_locations,
148 CreateShortcuts( const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
180 CreateShortcutsOnFileThread( const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
H A Dweb_app_mac.h54 ShellIntegration::ShortcutLocations creation_locations);
H A Dweb_app_win.cc369 const ShellIntegration::ShortcutLocations& creation_locations,
375 GetShortcutPaths(creation_locations);
377 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
488 const ShellIntegration::ShortcutLocations& creation_locations) {
497 creation_locations.on_desktop,
500 creation_locations.applications_menu_location ==
504 creation_locations.applications_menu_location ==
508 creation_locations.applications_menu_location ==
514 creation_locations.in_quick_launch_bar &&
366 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
487 GetShortcutPaths( const ShellIntegration::ShortcutLocations& creation_locations) argument
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcreate_application_shortcuts_dialog_gtk.cc212 ShellIntegration::ShortcutLocations creation_locations; local
213 creation_locations.on_desktop =
216 creation_locations.applications_menu_location =
223 this, shortcut_info_, creation_locations));
238 const ShellIntegration::ShortcutLocations& creation_locations) {
241 creation_locations);
357 const ShellIntegration::ShortcutLocations& creation_locations) {
361 shortcut_info, creation_locations,
236 CreateDesktopShortcut( const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations) argument
355 CreateDesktopShortcut( const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations) argument
H A Dcreate_application_shortcuts_dialog_gtk.h62 const ShellIntegration::ShortcutLocations& creation_locations);
127 const ShellIntegration::ShortcutLocations& creation_locations) OVERRIDE;
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc43 ShellIntegration::ShortcutLocations creation_locations; local
45 creation_locations.applications_menu_location =
47 web_app::CreateShortcuts(shortcut_info, creation_locations,
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.h109 const ShellIntegration::ShortcutLocations& creation_locations);
H A Dshell_integration_linux.cc839 const ShellIntegration::ShortcutLocations& creation_locations) {
848 if (creation_locations.on_desktop)
852 if (creation_locations.applications_menu_location !=
854 creation_locations.hidden)
875 if (creation_locations.on_desktop) {
889 if (creation_locations.applications_menu_location !=
891 creation_locations.hidden) {
894 switch (creation_locations.applications_menu_location) {
918 creation_locations.applications_menu_location ==
837 CreateDesktopShortcut( const ShellIntegration::ShortcutInfo& shortcut_info, const ShellIntegration::ShortcutLocations& creation_locations) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc373 ShellIntegration::ShortcutLocations creation_locations;
374 creation_locations.on_desktop = desktop_check_box_->checked();
376 creation_locations.applications_menu_location =
383 creation_locations.in_quick_launch_bar = quick_launch_check_box_ == NULL ?
388 creation_locations.in_quick_launch_bar = false;
391 web_app::CreateShortcuts(shortcut_info_, creation_locations,
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc208 const ShellIntegration::ShortcutLocations& creation_locations) {
213 web_app::internals::GetShortcutPaths(creation_locations);
215 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
205 CreateAppListShortcuts( const base::FilePath& user_data_dir, const base::string16& app_model_id, const ShellIntegration::ShortcutLocations& creation_locations) argument

Completed in 294 milliseconds