Home | History | Annotate | Download | only in common

Lines Matching refs: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.
71 // Returns true if the API feature |api| and all of its dependencies are
76 // up to the configuration of the individual feature.
77 Feature::Availability IsAvailable(const Feature& api,
79 Feature::Context context,
81 // Same as the previous overload, but takes a feature name instead of an
84 Feature::Availability IsAvailable(const std::string& api_full_name,
86 Feature::Context context,
91 bool IsAnyFeatureAvailableToContext(const Feature& api,
93 Feature::Context context,
127 // Gets a feature from any dependency provider registered with ExtensionAPI.
128 // Returns NULL if the feature could not be found.
129 Feature* GetFeatureDependency(const std::string& dependency_name);