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

  /external/chromium/chrome/common/
json_schema_validator.cc 381 ListValue* tuple_type = NULL; local
382 schema->GetList("items", &tuple_type);
383 size_t tuple_size = tuple_type ? tuple_type->GetSize() : 0;
384 if (tuple_type) {
389 CHECK(tuple_type->GetDictionary(i, &item_schema));
  /external/chromium_org/chrome/common/json_schema/
json_schema_validator.cc 598 const base::ListValue* tuple_type = NULL; local
599 schema->GetList(schema::kItems, &tuple_type);
600 size_t tuple_size = tuple_type ? tuple_type->GetSize() : 0;
601 if (tuple_type) {
606 CHECK(tuple_type->GetDictionary(i, &item_schema));

Completed in 34 milliseconds