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

  /external/chromium_org/chrome/browser/web_applications/
web_app_linux.cc 19 const ShellIntegration::ShortcutLocations& creation_locations,
23 shortcut_info, creation_locations);
42 ShellIntegration::ShortcutLocations creation_locations = local
48 creation_locations.hidden = true;
52 creation_locations.applications_menu_subdir = GetAppShortcutsSubdirName();
54 CreatePlatformShortcuts(web_app_path, shortcut_info, creation_locations,
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 42 ShellIntegration::ShortcutLocations creation_locations; local
43 creation_locations.in_applications_menu = true;
45 creation_locations.applications_menu_subdir =
47 web_app::CreateShortcuts(shortcut_info, creation_locations,
  /external/chromium_org/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.cc 213 ShellIntegration::ShortcutLocations creation_locations; local
214 creation_locations.on_desktop =
216 creation_locations.in_applications_menu =
218 creation_locations.applications_menu_subdir = shortcut_menu_subdir_;
221 this, shortcut_info_, creation_locations));
236 const ShellIntegration::ShortcutLocations& creation_locations) {
239 creation_locations);
347 const ShellIntegration::ShortcutLocations& creation_locations) {
351 shortcut_info, creation_locations,

Completed in 61 milliseconds