Lines Matching refs:GetValue

24   EXPECT_TRUE(base::Value::Equals(&int_value, test_dict.GetValue("one")));
25 EXPECT_FALSE(test_dict.GetValue("two"));
29 EXPECT_TRUE(base::Value::Equals(&int_value, test_dict.GetValue("one")));
30 EXPECT_TRUE(base::Value::Equals(&string_value, test_dict.GetValue("two")));
35 EXPECT_FALSE(test_dict.GetValue("one"));
36 EXPECT_TRUE(base::Value::Equals(&string_value, test_dict.GetValue("two")));
39 EXPECT_FALSE(test_dict.GetValue("one"));
40 EXPECT_FALSE(test_dict.GetValue("two"));
52 EXPECT_TRUE(base::Value::Equals(&int_value, test_dict.GetValue("oNe")));
60 EXPECT_TRUE(base::Value::Equals(&string_value, test_dict.GetValue("one")));
79 EXPECT_TRUE(base::Value::Equals(&int_value, actual_subdict->GetValue("one")));
87 EXPECT_TRUE(base::Value::Equals(&int_value, actual_subdict->GetValue("one")));
91 actual_subdict->GetValue("three")));
121 actual_subdict->GetValue("two")));
126 removed_key->GetValue("two")));
152 EXPECT_TRUE(base::Value::Equals(&int_value, dict_a.GetValue("one")));
153 EXPECT_TRUE(base::Value::Equals(&string_value, dict_b.GetValue("four")));
156 EXPECT_TRUE(base::Value::Equals(&int_value, actual_subdict->GetValue("two")));
160 actual_subdict->GetValue("five")));
176 EXPECT_TRUE(base::Value::Equals(&int_value, dict_b.GetValue("one")));
178 EXPECT_FALSE(dict_b.GetValue("two"));
180 EXPECT_TRUE(base::Value::Equals(&string_value, dict_a.GetValue("three")));
181 EXPECT_FALSE(dict_a.GetValue("one"));
268 EXPECT_TRUE(base::Value::Equals(&int_value, test_dict.GetValue("one")));
272 actual_subdict->GetValue("two")));