PROPERTIES_ICON   106 base/test/test_shortcut_win.cc   if (properties.options & ShortcutProperties::PROPERTIES_ICON) {
PROPERTIES_ICON   119 base/win/shortcut.cc   if ((properties.options & ShortcutProperties::PROPERTIES_ICON) &&
PROPERTIES_ICON   234 base/win/shortcut.cc   if (options & ShortcutProperties::PROPERTIES_ICON) {
PROPERTIES_ICON    46 base/win/shortcut.h         PROPERTIES_ICON,
PROPERTIES_ICON    80 base/win/shortcut.h     options |= PROPERTIES_ICON;
PROPERTIES_ICON  1270 chrome/installer/util/shell_util.cc           base::win::ShortcutProperties::PROPERTIES_ICON,
PROPERTIES_ICON   130 chrome/installer/util/shell_util.h       options |= PROPERTIES_ICON;
PROPERTIES_ICON   176 chrome/installer/util/shell_util.h       return (options & PROPERTIES_ICON) != 0;