Searched refs:item_schema (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc322 Schema item_schema = schema.valid() ? schema.GetItems() : Schema(); local
327 scoped_ptr<base::Value> converted = key->ConvertToJSON(item_schema);
334 scoped_ptr<base::Value> converted = ConvertValue(*value, item_schema);
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc710 const base::DictionaryValue* item_schema = NULL; local
711 CHECK(tuple_type->GetDictionary(i, &item_schema));
715 Validate(item_value, item_schema, item_path);
718 item_schema->GetBoolean(schema::kOptional, &is_optional);

Completed in 88 milliseconds