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

/external/chromium/chrome/common/
H A Djson_schema_validator.h54 class JSONSchemaValidator { class
104 explicit JSONSchemaValidator(DictionaryValue* schema);
114 JSONSchemaValidator(DictionaryValue* schema, ListValue* types);
116 ~JSONSchemaValidator();
210 DISALLOW_COPY_AND_ASSIGN(JSONSchemaValidator);
H A Djson_schema_validator.cc48 JSONSchemaValidator::Error::Error() {
51 JSONSchemaValidator::Error::Error(const std::string& message)
55 JSONSchemaValidator::Error::Error(const std::string& path,
61 const char JSONSchemaValidator::kUnknownTypeReference[] =
63 const char JSONSchemaValidator::kInvalidChoice[] =
65 const char JSONSchemaValidator::kInvalidEnum[] =
67 const char JSONSchemaValidator::kObjectPropertyIsRequired[] =
69 const char JSONSchemaValidator::kUnexpectedProperty[] =
71 const char JSONSchemaValidator::kArrayMinItems[] =
73 const char JSONSchemaValidator
140 JSONSchemaValidator::JSONSchemaValidator(DictionaryValue* schema) function in class:JSONSchemaValidator
144 JSONSchemaValidator::JSONSchemaValidator(DictionaryValue* schema, function in class:JSONSchemaValidator
[all...]

Completed in 37 milliseconds