HomeSort by relevance Sort by last modified time
    Searched refs:creation_locations (Results 1 - 12 of 12) 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,
web_app.h 63 // |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,
114 const ShellIntegration::ShortcutLocations& creation_locations);
122 // |creation_locations| contains information about where to create them.
126 const ShellIntegration::ShortcutLocations& creation_locations,
web_app_android.cc 13 const ShellIntegration::ShortcutLocations& creation_locations,
web_app.cc 152 const ShellIntegration::ShortcutLocations& creation_locations,
160 shortcut_info, creation_locations, creation_reason));
184 const ShellIntegration::ShortcutLocations& creation_locations,
192 creation_locations,
web_app_win.cc 369 const ShellIntegration::ShortcutLocations& creation_locations,
375 GetShortcutPaths(creation_locations);
377 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
482 const ShellIntegration::ShortcutLocations& creation_locations) {
492 creation_locations.on_desktop,
496 creation_locations.in_applications_menu,
498 creation_locations.applications_menu_subdir.empty() ? NULL :
499 creation_locations.applications_menu_subdir.c_str()
501 creation_locations.in_quick_launch_bar,
  /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,
create_application_shortcuts_dialog_gtk.h 62 const ShellIntegration::ShortcutLocations& creation_locations);
129 const ShellIntegration::ShortcutLocations& creation_locations) OVERRIDE;
  /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/
shell_integration_linux.h 104 const ShellIntegration::ShortcutLocations& creation_locations);
shell_integration_linux.cc 825 const ShellIntegration::ShortcutLocations& creation_locations) {
834 if (creation_locations.on_desktop)
836 if (creation_locations.in_applications_menu || creation_locations.hidden)
857 if (creation_locations.on_desktop) {
873 if (creation_locations.in_applications_menu || creation_locations.hidden) {
876 if (!creation_locations.applications_menu_subdir.empty()) {
879 creation_locations.applications_menu_subdir, "");
892 !creation_locations.in_applications_menu)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 372 ShellIntegration::ShortcutLocations creation_locations;
373 creation_locations.on_desktop = desktop_check_box_->checked();
374 creation_locations.in_applications_menu = menu_check_box_ == NULL ? false :
376 creation_locations.applications_menu_subdir = shortcut_menu_subdir_;
379 creation_locations.in_quick_launch_bar = quick_launch_check_box_ == NULL ?
384 creation_locations.in_quick_launch_bar = false;
387 web_app::CreateShortcuts(shortcut_info_, creation_locations,
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 190 const ShellIntegration::ShortcutLocations& creation_locations) {
195 web_app::internals::GetShortcutPaths(creation_locations);
197 bool pin_to_taskbar = creation_locations.in_quick_launch_bar &&
    [all...]

Completed in 1225 milliseconds