Searched defs:pattern_properties (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc607 const base::DictionaryValue* pattern_properties = NULL; local
611 if (schema->GetDictionary(schema::kPatternProperties, &pattern_properties)) {
612 for (base::DictionaryValue::Iterator it(*pattern_properties); !it.IsAtEnd();
/external/chromium_org/components/policy/core/common/
H A Dschema.cc397 const base::DictionaryValue* pattern_properties = NULL; local
398 if (schema.GetDictionary(schema::kPatternProperties, &pattern_properties)) {
399 for (base::DictionaryValue::Iterator it(*pattern_properties);
528 const base::DictionaryValue* pattern_properties = NULL; local
529 if (schema.GetDictionary(schema::kPatternProperties, &pattern_properties))
530 property_nodes_.resize(property_nodes_.size() + pattern_properties->size());
553 if (pattern_properties != NULL) {
557 for (base::DictionaryValue::Iterator it(*pattern_properties);
573 CHECK_EQ(static_cast<int>(pattern_properties->size()), index - base_index);
1053 SchemaList pattern_properties local
[all...]

Completed in 87 milliseconds