Searched refs:SchemaList (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dschema.h54 typedef std::vector<Schema> SchemaList; typedef in namespace:policy
157 SchemaList GetPatternProperties(const std::string& key) const;
173 SchemaList GetMatchingProperties(const std::string& key) const;
H A Dschema.cc801 SchemaList schema_list = GetMatchingProperties(it.key());
808 for (SchemaList::iterator subschema = schema_list.begin();
882 SchemaList schema_list = GetMatchingProperties(it.key());
891 for (SchemaList::iterator subschema = schema_list.begin();
1023 SchemaList Schema::GetPatternProperties(const std::string& key) const {
1029 SchemaList matching_properties;
1046 SchemaList Schema::GetMatchingProperties(const std::string& key) const {
1047 SchemaList schema_list;
1053 SchemaList pattern_properties = GetPatternProperties(key);
H A Dschema_unittest.cc589 SchemaList schema_list = schema.GetPatternProperties("barr");

Completed in 111 milliseconds