Searched refs:child_2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/
H A Dview_unittest.cc1964 TestView* child_2 = new TestView; local
1981 top_view.AddChildView(child_2);
1982 child_2->SetBoundsRect(gfx::Rect(700, 725, 100, 100));
1985 child_2->SetTransform(transform);
2124 // Rect conversions from top_view->child_2 and child_2->top_view.
2127 View::ConvertRectToTarget(child_2, &top_view, &rect);
2134 View::ConvertRectToTarget(&top_view, child_2, &rect);

Completed in 121 milliseconds