Lines Matching refs:GetBounds
46 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in CreatePanel()
661 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in SizeNoDelegateImpl()
665 EXPECT_EQ(CefRect(100, 100, 200, 200), panel->GetBounds()); in SizeNoDelegateImpl()
674 EXPECT_EQ(CefRect(50, 50, 200, 200), panel->GetBounds()); in SizeNoDelegateImpl()
680 EXPECT_EQ(CefRect(50, 50, 400, 400), panel->GetBounds()); in SizeNoDelegateImpl()
693 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in SizeWithDelegateImpl()
771 EXPECT_EQ(CefRect(0, 0, 0, 0), panel->GetBounds()); in FillLayoutSizeToPreferredSizeImpl()
806 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_parent->GetBounds()); in FillLayoutSizeHierarchyImpl()
807 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_child->GetBounds()); in FillLayoutSizeHierarchyImpl()
849 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_parent->GetBounds()); in FillLayoutSizeHierarchyWithDelegate()
850 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_child->GetBounds()); in FillLayoutSizeHierarchyWithDelegate()
960 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_parent->GetBounds()); in BoxLayoutSizeHierarchy()
961 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_child1->GetBounds()); in BoxLayoutSizeHierarchy()
962 EXPECT_EQ(CefRect(0, 0, 0, 0), panel_child2->GetBounds()); in BoxLayoutSizeHierarchy()
1039 EXPECT_EQ(expected_child1_bounds, panel_child1->GetBounds()); in BoxLayoutSizeHierarchy()
1040 EXPECT_EQ(expected_child2_bounds, panel_child2->GetBounds()); in BoxLayoutSizeHierarchy()