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

  /external/chromium_org/chrome/browser/policy/
registry_dict_win.cc 108 const base::DictionaryValue* item_schema = local
112 result->Append(ConvertValue(**entry, item_schema).release());
160 const base::DictionaryValue* item_schema = local
166 result->Append(ConvertValue(*entry, item_schema).release());
375 const base::DictionaryValue* item_schema = local
381 result->Append(key->ConvertToJSON(item_schema).release());
386 result->Append(ConvertValue(*value, item_schema).release());
  /external/chromium/chrome/common/
json_schema_validator.cc 388 DictionaryValue* item_schema = NULL; local
389 CHECK(tuple_type->GetDictionary(i, &item_schema));
393 Validate(item_value, item_schema, item_path);
396 item_schema->GetBoolean("optional", &is_optional);
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 605 const base::DictionaryValue* item_schema = NULL; local
606 CHECK(tuple_type->GetDictionary(i, &item_schema));
610 Validate(item_value, item_schema, item_path);
613 item_schema->GetBoolean(schema::kOptional, &is_optional);

Completed in 173 milliseconds