Home
last modified time | relevance | path

Searched refs:kChoices (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/components/json_schema/
Djson_schema_constants.cc13 const char kChoices[] = "choices"; variable
Djson_schema_constants.h15 extern const char kChoices[];
Djson_schema_validator.cc86 { schema::kChoices, base::Value::Type::LIST }, in IsValidSchema()
281 if (it.key() == schema::kChoices) { in IsValidSchema()
493 if (schema->GetList(schema::kChoices, &choices)) { in Validate()