Home
last modified time | relevance | path

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

/external/libchrome/base/
Dfeature_list.h248 bool IsFeatureEnabled(const Feature& feature);
Dfeature_list.cc204 return g_feature_list_instance->IsFeatureEnabled(feature); in IsEnabled()
302 bool FeatureList::IsFeatureEnabled(const Feature& feature) { in IsFeatureEnabled() function in base::FeatureList