Home
last modified time | relevance | path

Searched refs:schema_root_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/
Djson_schema_validator.cc141 : schema_root_(schema), default_allow_additional_properties_(false) { in JSONSchemaValidator()
146 : schema_root_(schema), default_allow_additional_properties_(false) { in JSONSchemaValidator()
166 Validate(instance, schema_root_, ""); in Validate()
Djson_schema_validator.h197 DictionaryValue* schema_root_; variable
/external/chromium_org/components/json_schema/
Djson_schema_validator.h232 base::DictionaryValue* schema_root_; variable
Djson_schema_validator.cc388 : schema_root_(schema), default_allow_additional_properties_(false) { in JSONSchemaValidator()
393 : schema_root_(schema), default_allow_additional_properties_(false) { in JSONSchemaValidator()
413 Validate(instance, schema_root_, std::string()); in Validate()