Home | History | Annotate | Download | only in common

Lines Matching full:feature

18 #include "extensions/common/features/feature.h"
32 class Feature;
52 // The first part refers to a type of feature, for example "manifest",
53 // "permission", or "api". The second part is the full name of the feature.
90 // up to the configuration of the individual feature.
92 // TODO(kalman): This is just an unnecessary combination of finding a Feature
93 // then calling Feature::IsAvailableToContext(..) on it. Just provide that
95 Feature::Availability IsAvailable(const std::string& api_full_name,
97 Feature::Context context,
102 bool IsAnyFeatureAvailableToContext(const Feature& api,
104 Feature::Context context,
131 // Gets a feature from any dependency provider registered with ExtensionAPI.
132 // Returns NULL if the feature could not be found.
133 Feature* GetFeatureDependency(const std::string& dependency_name);