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

  /external/chromium_org/chrome/common/extensions/features/
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...]
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_unittest.cc 13 using extensions::ComplexFeature;
36 scoped_ptr<ComplexFeature::FeatureList> features(
37 new ComplexFeature::FeatureList());
56 scoped_ptr<ComplexFeature> feature(new ComplexFeature(features.Pass()));
89 scoped_ptr<ComplexFeature::FeatureList> features(
90 new ComplexFeature::FeatureList());
109 scoped_ptr<ComplexFeature> feature(new ComplexFeature(features.Pass()));
base_feature_provider.cc 183 scoped_ptr<ComplexFeature::FeatureList> features(
184 new ComplexFeature::FeatureList());
203 linked_ptr<ComplexFeature> feature(new ComplexFeature(features.Pass()));
simple_feature.h 20 class ComplexFeature;

Completed in 182 milliseconds