Home
last modified time | relevance | path

Searched refs:AddFeatureIfNotSet (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dscoped_add_feature_flags.cc41 AddFeatureIfNotSet(feature, /*suffix=*/"", /*enable=*/true); in EnableIfNotSet()
48 AddFeatureIfNotSet(feature, suffix, true /* enable */); in EnableIfNotSetWithParameter()
52 AddFeatureIfNotSet(feature, /*suffix=*/"", /*enable=*/false); in DisableIfNotSet()
75 void ScopedAddFeatureFlags::AddFeatureIfNotSet(const Feature& feature, in AddFeatureIfNotSet() function in base::ScopedAddFeatureFlags
H A Dscoped_add_feature_flags.h51 void AddFeatureIfNotSet(const Feature& feature,