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

  /external/chromium_org/base/win/
shortcut.h 36 PROPERTIES_ARGUMENTS = 1U << 2,
44 PROPERTIES_ARGUMENTS |
67 options |= PROPERTIES_ARGUMENTS;
shortcut.cc 103 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
221 if (options & ShortcutProperties::PROPERTIES_ARGUMENTS) {
297 options |= ShortcutProperties::PROPERTIES_ARGUMENTS;
shortcut_unittest.cc 312 ~ShortcutProperties::PROPERTIES_ARGUMENTS;
  /external/chromium_org/chrome/installer/util/
shell_util.h 85 PROPERTIES_ARGUMENTS = 1 << 1,
112 options |= PROPERTIES_ARGUMENTS;
168 return (options & PROPERTIES_ARGUMENTS) != 0;
  /external/chromium_org/base/test/
test_shortcut_win.cc 94 if (properties.options & ShortcutProperties::PROPERTIES_ARGUMENTS) {

Completed in 292 milliseconds