Home
last modified time | relevance | path

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

/external/libchrome/components/json_schema/
Djson_schema_validator.h235 base::DictionaryValue* schema_root_; variable
Djson_schema_validator.cc434 : schema_root_(schema), default_allow_additional_properties_(false) { in JSONSchemaValidator()
439 : schema_root_(schema), default_allow_additional_properties_(false) { in JSONSchemaValidator()
459 Validate(instance, schema_root_, std::string()); in Validate()