Searched defs:ComplexFeature (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/features/
H A Dcomplex_feature.h17 // A ComplexFeature is composed of one or many Features. A ComplexFeature
20 class ComplexFeature : public Feature { class in namespace:extensions
24 explicit ComplexFeature(scoped_ptr<FeatureList> features);
25 virtual ~ComplexFeature();
55 DISALLOW_COPY_AND_ASSIGN(ComplexFeature);
H A Dcomplex_feature.cc9 ComplexFeature::ComplexFeature(scoped_ptr<FeatureList> features) { function in class:extensions::ComplexFeature
14 ComplexFeature::~ComplexFeature() {
17 Feature::Availability ComplexFeature::IsAvailableToManifest(
38 Feature::Availability ComplexFeature::IsAvailableToContext(
60 std::set<Feature::Context>* ComplexFeature::GetContexts() {
68 bool ComplexFeature::IsInternal() const {
73 std::string ComplexFeature::GetAvailabilityMessage(AvailabilityResult result,
84 bool ComplexFeature
[all...]

Completed in 110 milliseconds