OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
78
PROPERTIES_TARGET
= 1 << 0,
95
options |=
PROPERTIES_TARGET
;
158
return (options &
PROPERTIES_TARGET
) != 0;
Completed in 39 milliseconds