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

  /external/chromium_org/extensions/common/features/
simple_feature.cc 38 locations["component"] = SimpleFeature::COMPONENT_LOCATION;
39 locations["policy"] = SimpleFeature::POLICY_LOCATION;
49 std::map<std::string, SimpleFeature::Location> locations;
228 SimpleFeature::SimpleFeature()
235 SimpleFeature::~SimpleFeature() {}
237 void SimpleFeature::AddFilter(scoped_ptr<SimpleFeatureFilter> filter) {
241 std::string SimpleFeature::Parse(const base::DictionaryValue* value) {
281 Feature::Availability SimpleFeature::IsAvailableToManifest
    [all...]
simple_feature.h 25 class SimpleFeature : public Feature {
27 SimpleFeature();
28 virtual ~SimpleFeature();
35 // nor should it really have any reason to access the SimpleFeature class
44 // SimpleFeature in production code.
144 DISALLOW_COPY_AND_ASSIGN(SimpleFeature);
  /external/chromium_org/tools/json_schema_compiler/
model.py 42 return SimpleFeature(name, model)
43 return ComplexFeature(name, [SimpleFeature(name, child) for child in model])
59 class SimpleFeature(object):

Completed in 490 milliseconds