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

  /external/chromium_org/components/json_schema/
json_schema_constants.cc 13 const char kChoices[] = "choices";
json_schema_constants.h 15 extern const char kChoices[];
json_schema_validator.cc 82 { schema::kChoices, base::Value::TYPE_LIST },
264 if (it.key() == schema::kChoices) {
477 if (schema->GetList(schema::kChoices, &choices)) {

Completed in 54 milliseconds