Home | History | Annotate | Download | only in base

Lines Matching refs:GetValue

26   EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
31 EXPECT_EQ(data1, ViewProp::GetValue(nv1, kKey1));
35 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
40 EXPECT_EQ(data1, ViewProp::GetValue(nv1, kKey1));
45 EXPECT_EQ(data2, ViewProp::GetValue(nv1, kKey1));
49 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
53 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
59 EXPECT_EQ(data1, ViewProp::GetValue(nv1, kKey1));
60 EXPECT_EQ(data2, ViewProp::GetValue(nv2, kKey2));
63 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
64 EXPECT_EQ(data2, ViewProp::GetValue(nv2, kKey2));
67 EXPECT_EQ(NULL, ViewProp::GetValue(nv1, kKey1));
68 EXPECT_EQ(NULL, ViewProp::GetValue(nv2, kKey2));