Home
last modified time | relevance | path

Searched refs:PROPERTIES_ALL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/win/
Dshortcut.h48 PROPERTIES_ALL = PROPERTIES_BASIC | PROPERTIES_WIN7 enumerator
Dshortcut_unittest.cc94 file_1, ShortcutProperties::PROPERTIES_ALL, &properties_read_1)); in TEST_F()
117 file_2, ShortcutProperties::PROPERTIES_ALL, &properties_read_2)); in TEST_F()
Dshortcut.cc182 if (options & ~ShortcutProperties::PROPERTIES_ALL) in ResolveShortcutProperties()