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

  /external/chromium_org/base/win/
shortcut.h 34 PROPERTIES_TARGET = 1 << 0,
47 options |= PROPERTIES_TARGET;
  /external/chromium_org/chrome/installer/util/
shell_util.h 74 PROPERTIES_TARGET = 1 << 0,
91 options |= PROPERTIES_TARGET;
154 return (options & PROPERTIES_TARGET) != 0;

Completed in 59 milliseconds