Searched refs:OVERRIDE_ENABLE_FEATURE (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/ |
D | feature_list_unittest.cc | 140 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 …]
|
D | feature_list.cc | 96 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()
|
D | feature_list.h | 119 OVERRIDE_ENABLE_FEATURE, enumerator
|
/external/libchrome/base/metrics/ |
D | field_trial_params_unittest.cc | 182 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()
|
D | field_trial_unittest.cc | 1193 "MyFeature", FeatureList::OVERRIDE_ENABLE_FEATURE, trial); in TEST()
|
/external/libchrome/base/test/ |
D | scoped_feature_list.cc | 73 if (override_state == FeatureList::OverrideState::OVERRIDE_ENABLE_FEATURE) { in OverrideFeatures() 176 FeatureList::OverrideState::OVERRIDE_ENABLE_FEATURE, in InitWithFeaturesAndFieldTrials()
|
D | scoped_feature_list_unittest.cc | 235 kTestFeature1.name, FeatureList::OVERRIDE_ENABLE_FEATURE, trial); in TEST_F()
|