Home
last modified time | relevance | path

Searched refs:OVERRIDE_ENABLE_FEATURE (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/
Dfeature_list_unittest.cc140 FeatureList::OVERRIDE_ENABLE_FEATURE}, in TEST_F()
141 {FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
143 {FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
144 FeatureList::OVERRIDE_ENABLE_FEATURE}, in TEST_F()
170 (test_case.trial1_state == FeatureList::OVERRIDE_ENABLE_FEATURE); in TEST_F()
177 (test_case.trial2_state == FeatureList::OVERRIDE_ENABLE_FEATURE); in TEST_F()
248 kFeatureOnByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE)); in TEST_F()
252 kFeatureOffByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE)); in TEST_F()
261 kFeatureOffByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE)); in TEST_F()
266 kFeatureOffByDefaultName, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
[all …]
Dfeature_list.cc96 RegisterOverridesFromCommandLine(enable_features, OVERRIDE_ENABLE_FEATURE); in InitializeFromCommandLine()
319 return entry.overridden_state == OVERRIDE_ENABLE_FEATURE; in IsFeatureEnabled()
399 case OVERRIDE_ENABLE_FEATURE: in GetFeatureOverridesImpl()
Dfeature_list.h119 OVERRIDE_ENABLE_FEATURE, enumerator
/external/libchrome/base/metrics/
Dfield_trial_params_unittest.cc182 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
200 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
263 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
294 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
332 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
373 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
410 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
447 CreateFeatureWithTrial(kFeature, FeatureList::OVERRIDE_ENABLE_FEATURE, in TEST_F()
Dfield_trial_unittest.cc1193 "MyFeature", FeatureList::OVERRIDE_ENABLE_FEATURE, trial); in TEST()
/external/libchrome/base/test/
Dscoped_feature_list.cc73 if (override_state == FeatureList::OverrideState::OVERRIDE_ENABLE_FEATURE) { in OverrideFeatures()
176 FeatureList::OverrideState::OVERRIDE_ENABLE_FEATURE, in InitWithFeaturesAndFieldTrials()
Dscoped_feature_list_unittest.cc235 kTestFeature1.name, FeatureList::OVERRIDE_ENABLE_FEATURE, trial); in TEST_F()