Lines Matching refs:IsSame
34 EXPECT_TRUE(panel->IsSame(panel)); in CreatePanel()
114 EXPECT_TRUE(view->IsSame(changed_[callback_index].view_)) in Verify()
118 EXPECT_TRUE(child->IsSame(changed_[callback_index].child_)) in Verify()
160 EXPECT_TRUE(view->IsSame(view_)); in Verify()
162 EXPECT_TRUE(parent->IsSame(parent_)); in Verify()
188 EXPECT_FALSE(parent_panel->IsSame(child_panel)); in ChildVerifyRemovedState()
189 EXPECT_FALSE(child_panel->IsSame(parent_panel)); in ChildVerifyRemovedState()
201 EXPECT_FALSE(parent_panel->IsSame(child_panel)); in ChildVerifyAddedState()
202 EXPECT_FALSE(child_panel->IsSame(parent_panel)); in ChildVerifyAddedState()
206 child_panel->IsSame(parent_panel->GetChildViewAt(expected_child_index))); in ChildVerifyAddedState()
207 EXPECT_TRUE(child_panel->GetParentView()->IsSame(parent_panel)); in ChildVerifyAddedState()
430 EXPECT_TRUE(child_panel3->IsSame(parent_panel->GetChildViewAt(0))); in ChildOrderImpl()
431 EXPECT_TRUE(child_panel1->IsSame(parent_panel->GetChildViewAt(1))); in ChildOrderImpl()
432 EXPECT_TRUE(child_panel2->IsSame(parent_panel->GetChildViewAt(2))); in ChildOrderImpl()
437 EXPECT_TRUE(child_panel2->IsSame(parent_panel->GetChildViewAt(0))); in ChildOrderImpl()
438 EXPECT_TRUE(child_panel3->IsSame(parent_panel->GetChildViewAt(1))); in ChildOrderImpl()
439 EXPECT_TRUE(child_panel1->IsSame(parent_panel->GetChildViewAt(2))); in ChildOrderImpl()
444 EXPECT_TRUE(child_panel2->IsSame(parent_panel->GetChildViewAt(0))); in ChildOrderImpl()
445 EXPECT_TRUE(child_panel1->IsSame(parent_panel->GetChildViewAt(1))); in ChildOrderImpl()
446 EXPECT_TRUE(child_panel3->IsSame(parent_panel->GetChildViewAt(2))); in ChildOrderImpl()
704 EXPECT_TRUE(panel->IsSame(delegate->view_)); in SizeWithDelegateImpl()
714 EXPECT_TRUE(panel->IsSame(delegate->view_)); in SizeWithDelegateImpl()
724 EXPECT_TRUE(panel->IsSame(delegate->view_)); in SizeWithDelegateImpl()
738 EXPECT_TRUE(panel->IsSame(delegate->view_)); in SizeWithDelegateImpl()
784 EXPECT_TRUE(panel->IsSame(delegate->view_)); in FillLayoutSizeToPreferredSizeImpl()
874 EXPECT_TRUE(panel_parent->IsSame(delegate_parent->view_)); in FillLayoutSizeHierarchyWithDelegate()
882 EXPECT_TRUE(panel_child->IsSame(delegate_child->view_)); in FillLayoutSizeHierarchyWithDelegate()
1013 EXPECT_TRUE(panel_parent->IsSame(delegate_parent->view_)); in BoxLayoutSizeHierarchy()
1022 EXPECT_TRUE(panel_child1->IsSame(delegate_child1->view_)); in BoxLayoutSizeHierarchy()
1031 EXPECT_TRUE(panel_child2->IsSame(delegate_child2->view_)); in BoxLayoutSizeHierarchy()