Lines Matching refs:GetChildById
257 TEST_F(WindowTest, GetChildById) {263 EXPECT_EQ(NULL, w1->GetChildById(57));264 EXPECT_EQ(w12.get(), w1->GetChildById(12));265 EXPECT_EQ(w111.get(), w1->GetChildById(111));