Searched refs:FEATURE_DISABLED_BY_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/metrics/ |
D | field_trial_params_unittest.cc | 174 const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 192 const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 209 const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 226 const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 244 static const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 277 static const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 313 static const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 354 static const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 391 static const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F() 428 static const Feature kFeature{"TestFeature", FEATURE_DISABLED_BY_DEFAULT}; in TEST_F()
|
D | persistent_histogram_allocator.cc | 98 "PersistentHistograms", FEATURE_DISABLED_BY_DEFAULT
|
/external/libchrome/base/ |
D | feature_list.h | 26 FEATURE_DISABLED_BY_DEFAULT, enumerator
|
D | feature_list.cc | 81 base::FEATURE_DISABLED_BY_DEFAULT};
|
D | feature_list_unittest.cc | 33 kFeatureOffByDefaultName, FEATURE_DISABLED_BY_DEFAULT
|
/external/libchrome/base/test/ |
D | scoped_feature_list_unittest.cc | 20 const Feature kTestFeature1{"TestFeature1", FEATURE_DISABLED_BY_DEFAULT}; 21 const Feature kTestFeature2{"TestFeature2", FEATURE_DISABLED_BY_DEFAULT};
|