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

  /external/chromium_org/base/win/
shortcut.h 39 PROPERTIES_APP_ID = 1 << 5,
77 options |= PROPERTIES_APP_ID;
  /external/chromium_org/chrome/installer/util/
shell_util.h 78 PROPERTIES_APP_ID = 1 << 4,
126 options |= PROPERTIES_APP_ID;
170 return (options & PROPERTIES_APP_ID) != 0;

Completed in 26 milliseconds