HomeSort by relevance Sort by last modified time
    Searched refs:schema_root_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/
json_schema_validator.h 197 DictionaryValue* schema_root_; member in class:JSONSchemaValidator
json_schema_validator.cc 141 : schema_root_(schema), default_allow_additional_properties_(false) {
146 : schema_root_(schema), default_allow_additional_properties_(false) {
166 Validate(instance, schema_root_, "");
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.h 219 base::DictionaryValue* schema_root_; member in class:JSONSchemaValidator
json_schema_validator.cc 354 : schema_root_(schema), default_allow_additional_properties_(false) {
359 : schema_root_(schema), default_allow_additional_properties_(false) {
379 Validate(instance, schema_root_, std::string());

Completed in 142 milliseconds