HomeSort by relevance Sort by last modified time
    Searched defs:ComplexFeature (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/features/
complex_feature.h 17 // A ComplexFeature is composed of one or many Features. A ComplexFeature
20 class ComplexFeature : public Feature {
24 explicit ComplexFeature(scoped_ptr<FeatureList> features);
25 virtual ~ComplexFeature();
55 DISALLOW_COPY_AND_ASSIGN(ComplexFeature);
complex_feature.cc 9 ComplexFeature::ComplexFeature(scoped_ptr<FeatureList> features) {
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::IsIdInWhitelist(const std::string& extension_id) const
    [all...]

Completed in 31 milliseconds