Lines Matching refs:view_
103 changed.view_ = view; in OnChildViewChanged()
114 EXPECT_TRUE(view->IsSame(changed_[callback_index].view_)) in Verify()
127 CefRefPtr<CefView> view_; member
147 view_ = view; in OnParentViewChanged()
160 EXPECT_TRUE(view->IsSame(view_)); in Verify()
167 view_ = nullptr; in Reset()
175 CefRefPtr<CefView> view_; member in __anon77f3d1110211::ChildPanelDelegate
597 view_ = view; in GetPreferredSize()
603 view_ = view; in GetMinimumSize()
609 view_ = view; in GetMaximumSize()
615 view_ = view; in GetHeightForWidth()
629 view_ = nullptr; in Reset()
648 CefRefPtr<CefView> view_; member in __anon77f3d1110311::SizingPanelDelegate
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()