Searched defs:SimpleFeature (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/common/features/
H A Dsimple_feature.h24 class SimpleFeature : public Feature { class in namespace:extensions
26 SimpleFeature();
27 virtual ~SimpleFeature();
34 // nor should it really have any reason to access the SimpleFeature class
43 // SimpleFeature in production code.
150 DISALLOW_COPY_AND_ASSIGN(SimpleFeature);
H A Dsimple_feature.cc61 locations["component"] = SimpleFeature::COMPONENT_LOCATION;
62 locations["policy"] = SimpleFeature::POLICY_LOCATION;
72 std::map<std::string, SimpleFeature::Location> locations;
253 SimpleFeature::SimpleFeature() function in class:extensions::SimpleFeature
260 SimpleFeature::~SimpleFeature() {}
262 bool SimpleFeature::HasDependencies() {
266 void SimpleFeature::AddFilter(scoped_ptr<SimpleFeatureFilter> filter) {
270 std::string SimpleFeature
[all...]
/external/chromium_org/tools/json_schema_compiler/
H A Dmodel.py47 return SimpleFeature(name, model)
48 return ComplexFeature(name, [SimpleFeature(name, child) for child in model])
64 class SimpleFeature(object): class in inherits:object

Completed in 348 milliseconds