Lines Matching refs:top_view

2797   TestView top_view;  in TEST_F()  local
2800 top_view.SetBoundsRect(gfx::Rect(0, 0, 100, 100)); in TEST_F()
2801 top_view.scheduled_paint_rects_.clear(); in TEST_F()
2803 top_view.AddChildView(child_view); in TEST_F()
2805 top_view.scheduled_paint_rects_.clear(); in TEST_F()
2807 EXPECT_EQ(2U, top_view.scheduled_paint_rects_.size()); in TEST_F()
2810 gfx::Rect paint_rect = top_view.scheduled_paint_rects_[0]; in TEST_F()
2811 paint_rect.Union(top_view.scheduled_paint_rects_[1]); in TEST_F()
2884 TestView top_view; in TEST_F() local
2893 top_view.AddChildView(child); in TEST_F()
2896 top_view.SetBoundsRect(gfx::Rect(0, 0, 1000, 1000)); in TEST_F()
2908 top_view.AddChildView(child_2); in TEST_F()
2956 View::ConvertPointToTarget(child, &top_view, &point); in TEST_F()
2961 View::ConvertRectToTarget(child, &top_view, &rect); in TEST_F()
2968 View::ConvertPointToTarget(&top_view, child, &point); in TEST_F()
2973 View::ConvertRectToTarget(&top_view, child, &rect); in TEST_F()
2983 View::ConvertPointToTarget(child_child, &top_view, &point); in TEST_F()
2988 View::ConvertRectToTarget(child_child, &top_view, &rect); in TEST_F()
2995 View::ConvertPointToTarget(&top_view, child_child, &point); in TEST_F()
3000 View::ConvertRectToTarget(&top_view, child_child, &rect); in TEST_F()
3038 View::ConvertPointToTarget(&top_view, child, &point); in TEST_F()
3044 View::ConvertRectToTarget(&top_view, child, &rect); in TEST_F()
3054 View::ConvertRectToTarget(child_2, &top_view, &rect); in TEST_F()
3061 View::ConvertRectToTarget(&top_view, child_2, &rect); in TEST_F()