Home | History | Annotate | Download | only in frame_host

Lines Matching refs:child_count

48   EXPECT_EQ(0U, root->child_count());
60 ASSERT_EQ(2U, root->child_count());
61 EXPECT_EQ(0U, root->child_at(0)->child_count());
62 EXPECT_EQ(0U, root->child_at(1)->child_count());
76 ASSERT_EQ(3UL, root->child_count());
79 ASSERT_EQ(2UL, root->child_at(0)->child_count());
83 ASSERT_EQ(2UL, root->child_at(2)->child_count());
84 EXPECT_EQ(1UL, root->child_at(2)->child_at(1)->child_count());
85 EXPECT_EQ(0UL, root->child_at(2)->child_at(1)->child_at(0)->child_count());
94 EXPECT_EQ(0UL, root->child_count());
115 EXPECT_EQ(0UL, root->child_count());
120 EXPECT_EQ(0UL, root->child_count());
146 ASSERT_EQ(3UL, root->child_count());
155 EXPECT_EQ(0UL, root->child_count());