Home
last modified time | relevance | path

Searched refs:pin_to_taskbar (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dshell_util.h176 pin_to_taskbar = pin_to_taskbar_in; in set_pin_to_taskbar()
211 bool pin_to_taskbar; member
H A Dshell_util.cc1643 : level(level_in), icon_index(0), pin_to_taskbar(false), options(0U) {} in ShortcutProperties()
1802 DCHECK(!properties.pin_to_taskbar || in CreateOrUpdateShortcut()
1868 properties.pin_to_taskbar && base::win::CanPinShortcutToTaskbar()) { in CreateOrUpdateShortcut()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dweb_app_shortcut_win.cc418 bool pin_to_taskbar = creation_locations.in_quick_launch_bar && in CreatePlatformShortcuts() local
425 if (pin_to_taskbar) in CreatePlatformShortcuts()
435 if (pin_to_taskbar) { in CreatePlatformShortcuts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstall.cc110 if (properties.pin_to_taskbar && base::win::CanPinShortcutToTaskbar()) in LogShortcutOperation()