OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item0_schema
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
json_schema_validator_unittest_base.cc
351
DictionaryValue*
item0_schema
= NULL;
local
353
ASSERT_TRUE(items_schema->GetDictionary(0, &
item0_schema
));
354
item0_schema
->SetBoolean("optional", true);
/external/chromium_org/chrome/common/json_schema/
json_schema_validator_unittest_base.cc
394
base::DictionaryValue*
item0_schema
= NULL;
local
396
ASSERT_TRUE(items_schema->GetDictionary(0, &
item0_schema
));
397
item0_schema
->SetBoolean(schema::kOptional, true);
Completed in 3074 milliseconds