OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supported_platforms
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
about_flags_unittest.cc
100
kExperiments[i].
supported_platforms
= GetCurrentPlatform();
105
kExperiments[2].
supported_platforms
= os_other_than_current;
about_flags.h
64
unsigned
supported_platforms
; // bitmask
member in struct:about_flags::Experiment
about_flags.cc
440
if (experiments[i].
supported_platforms
& current_platform)
486
if (!(experiment.
supported_platforms
& current_platform))
Completed in 143 milliseconds