OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bar_property
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
json_schema_validator_unittest_base.cc
230
DictionaryValue*
bar_property
= NULL;
local
232
ASSERT_TRUE(properties->GetDictionary("bar", &
bar_property
));
234
bar_property
->SetBoolean("optional", true);
/external/chromium_org/chrome/common/json_schema/
json_schema_validator_unittest_base.cc
259
base::DictionaryValue*
bar_property
= NULL;
local
261
ASSERT_TRUE(properties->GetDictionary("bar", &
bar_property
));
263
bar_property
->SetBoolean(schema::kOptional, true);
Completed in 8125 milliseconds