Searched defs:CreateTestTypeDictionary (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/tools/json_schema_compiler/test/
H A Dcrossref_unittest.cc14 static scoped_ptr<base::DictionaryValue> CreateTestTypeDictionary() { function in namespace:__anon16507
28 value->Set("testType", CreateTestTypeDictionary().release());
31 EXPECT_TRUE(CreateTestTypeDictionary()->Equals(
38 params_value->Append(CreateTestTypeDictionary().release());
44 CreateTestTypeDictionary()->Equals(params->test_type->ToValue().get()));
50 CreateTestTypeDictionary();
59 scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
77 param_object_value->Set("testType", CreateTestTypeDictionary().release());
85 EXPECT_TRUE(CreateTestTypeDictionary()->Equals(
115 param_object_value->Set("testType", CreateTestTypeDictionary()
[all...]
H A Dsimple_api_unittest.cc13 static scoped_ptr<base::DictionaryValue> CreateTestTypeDictionary() { function in namespace:__anon16508
119 scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
129 scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
137 scoped_ptr<base::DictionaryValue> value = CreateTestTypeDictionary();
170 scoped_ptr<base::DictionaryValue> expected = CreateTestTypeDictionary();

Completed in 327 milliseconds