HomeSort by relevance Sort by last modified time
    Searched refs:creation_locations (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/web_applications/
web_app_linux.cc 25 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,
web_app_android.cc 20 const ShortcutLocations& creation_locations,
web_app_chromeos.cc 20 const ShortcutLocations& creation_locations,
web_app_mac.h 65 ShortcutLocations creation_locations);
web_app_win.cc 447 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.in_quick_launch_bar &
    [all...]
web_app.h 159 // |creation_locations| contains information about where to create them.
212 // |creation_locations|.
214 const ShortcutLocations& creation_locations);
220 // |creation_locations| contains information about where to create them.
230 // |creation_locations| contains information about where to create them.
235 const ShortcutLocations& creation_locations,
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 48 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/
create_application_shortcut_view.cc 378 web_app::ShortcutLocations creation_locations;
379 creation_locations.on_desktop = desktop_check_box_->checked();
381 creation_locations.applications_menu_location =
388 creation_locations.in_quick_launch_bar = quick_launch_check_box_ == NULL ?
393 creation_locations.in_quick_launch_bar = false;
398 creation_locations,
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 164 const web_app::ShortcutLocations& creation_locations) {
169 web_app::internals::GetShortcutPaths(creation_locations);
171 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
  /external/chromium_org/chrome/browser/
shell_integration_linux.h 122 const web_app::ShortcutLocations& creation_locations);
shell_integration_linux.cc 901 const web_app::ShortcutLocations& creation_locations) {
910 if (creation_locations.on_desktop)
913 if (creation_locations.applications_menu_location !=
    [all...]

Completed in 268 milliseconds