Home | History | Annotate | Download | only in features

Lines Matching refs:Feature

13 class Feature;
21 // Returns the feature with the specified name.
22 virtual Feature* GetFeature(const std::string& name) const = 0;
24 // Returns the parent feature of |feature|, or NULL if there isn't one.
25 virtual Feature* GetParent(Feature* feature) const = 0;
28 virtual std::vector<Feature*> GetChildren(const Feature& parent) const = 0;
33 // Gets a feature provider for a specific feature type, like "permission".
36 // Directly access the common feature types.