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

  /external/libchrome/base/
feature_list_unittest.cc 140 FeatureList::OVERRIDE_ENABLE_FEATURE},
141 {FeatureList::OVERRIDE_ENABLE_FEATURE,
143 {FeatureList::OVERRIDE_ENABLE_FEATURE,
144 FeatureList::OVERRIDE_ENABLE_FEATURE},
170 (test_case.trial1_state == FeatureList::OVERRIDE_ENABLE_FEATURE);
177 (test_case.trial2_state == FeatureList::OVERRIDE_ENABLE_FEATURE);
248 kFeatureOnByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE));
252 kFeatureOffByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE));
261 kFeatureOffByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE));
266 kFeatureOffByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE,
    [all...]
feature_list.cc 91 RegisterOverridesFromCommandLine(enable_features, OVERRIDE_ENABLE_FEATURE);
196 case OVERRIDE_ENABLE_FEATURE:
319 return entry.overridden_state == OVERRIDE_ENABLE_FEATURE;
feature_list.h 107 OVERRIDE_ENABLE_FEATURE,

Completed in 167 milliseconds