HomeSort by relevance Sort by last modified time
    Searched defs:creation_locations (Results 1 - 2 of 2) 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,
  /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);

Completed in 69 milliseconds