HomeSort by relevance Sort by last modified time
    Searched refs:PROPERTIES_APP_ID (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/win/
shortcut.h 39 PROPERTIES_APP_ID = 1U << 5,
47 PROPERTIES_WIN7 = PROPERTIES_APP_ID | PROPERTIES_DUAL_MODE,
85 options |= PROPERTIES_APP_ID;
shortcut.cc 126 (properties.options & ShortcutProperties::PROPERTIES_APP_ID) != 0;
248 if (options & ShortcutProperties::PROPERTIES_APP_ID) {
  /external/chromium_org/chrome/installer/util/
shell_util.h 88 PROPERTIES_APP_ID = 1 << 4,
136 options |= PROPERTIES_APP_ID;
180 return (options & PROPERTIES_APP_ID) != 0;
  /external/chromium_org/base/test/
test_shortcut_win.cc 119 if (properties.options & ShortcutProperties::PROPERTIES_APP_ID) {

Completed in 430 milliseconds