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

/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_linux.cc25 const ShortcutLocations& creation_locations,
30 shortcut_info, creation_locations);
54 ShortcutLocations creation_locations = local
61 if (creation_locations.applications_menu_location == APP_MENU_LOCATION_NONE)
62 creation_locations.applications_menu_location = APP_MENU_LOCATION_HIDDEN;
67 creation_locations,
21 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info, const ShortcutLocations& creation_locations, ShortcutCreationReason ) argument
H A Dweb_app_chromeos.cc20 const ShortcutLocations& creation_locations,
16 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info, const ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
H A Dweb_app_mac.h65 ShortcutLocations creation_locations);
H A Dweb_app_win.cc447 const ShortcutLocations& creation_locations,
452 if (creation_locations.applications_menu_location == APP_MENU_LOCATION_HIDDEN)
457 GetShortcutPaths(creation_locations);
459 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
564 const ShortcutLocations& creation_locations) {
573 creation_locations.on_desktop,
576 creation_locations.applications_menu_location ==
580 creation_locations.applications_menu_location ==
584 creation_locations.applications_menu_location ==
590 creation_locations
443 CreatePlatformShortcuts( const base::FilePath& web_app_path, const ShortcutInfo& shortcut_info, const extensions::FileHandlersInfo& file_handlers_info, const ShortcutLocations& creation_locations, ShortcutCreationReason creation_reason) argument
563 GetShortcutPaths( const ShortcutLocations& creation_locations) argument
[all...]
H A Dweb_app.h222 // |creation_locations|.
224 const ShortcutLocations& creation_locations);
232 // |creation_locations| contains information about where to create them.
237 const ShortcutLocations& creation_locations,
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc48 web_app::ShortcutLocations creation_locations; local
53 creation_locations.applications_menu_location =
58 creation_locations.applications_menu_location =
63 web_app::SHORTCUT_CREATION_AUTOMATED, creation_locations, profile, app);
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc376 web_app::ShortcutLocations creation_locations;
377 creation_locations.on_desktop = desktop_check_box_->checked();
379 creation_locations.applications_menu_location =
386 creation_locations.in_quick_launch_bar = quick_launch_check_box_ == NULL ?
391 creation_locations.in_quick_launch_bar = false;
395 creation_locations,
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc169 const web_app::ShortcutLocations& creation_locations) {
174 web_app::internals::GetShortcutPaths(creation_locations);
176 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
166 CreateAppListShortcuts( const base::FilePath& user_data_dir, const base::string16& app_model_id, const web_app::ShortcutLocations& creation_locations) argument
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.h122 const web_app::ShortcutLocations& creation_locations);
H A Dshell_integration_linux.cc903 const web_app::ShortcutLocations& creation_locations) {
912 if (creation_locations.on_desktop)
915 if (creation_locations.applications_menu_location !=
939 if (creation_locations.on_desktop) {
953 if (creation_locations.applications_menu_location ==
960 switch (creation_locations.applications_menu_location) {
985 creation_locations.applications_menu_location ==
901 CreateDesktopShortcut( const web_app::ShortcutInfo& shortcut_info, const web_app::ShortcutLocations& creation_locations) argument

Completed in 407 milliseconds