Home | History | Annotate | Download | only in features

Lines Matching refs:Feature

10 #include "extensions/common/features/feature.h"
27 explicit SimpleFeatureFilter(SimpleFeature* feature);
30 SimpleFeature* feature() const { return feature_; }
32 // Parses any additional feature data that may be used by this filter.
37 // Indicates whether or not the owning feature is available within a given
39 virtual Feature::Availability IsAvailableToContext(
41 Feature::Context context,
43 Feature::Platform platform) const;
45 // Indicates whether or not the owning feature is available to a given
47 virtual Feature::Availability IsAvailableToManifest(
52 Feature::Platform platform) const;
55 // The feature which owns this filter.