Searched defs:kObjectPropertyIsRequired (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/
H A Djson_schema_validator.h75 static const char kObjectPropertyIsRequired[]; member in class:JSONSchemaValidator
H A Djson_schema_validator.cc67 const char JSONSchemaValidator::kObjectPropertyIsRequired[] = member in class:JSONSchemaValidator
309 errors_.push_back(Error(prop_path, kObjectPropertyIsRequired));
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.h83 static const char kObjectPropertyIsRequired[]; member in class:JSONSchemaValidator
H A Djson_schema_validator.cc284 const char JSONSchemaValidator::kObjectPropertyIsRequired[] = member in class:JSONSchemaValidator
568 errors_.push_back(Error(prop_path, kObjectPropertyIsRequired));

Completed in 231 milliseconds