Searched defs:v1_bounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/
H A Dview_targeter_unittest.cc515 gfx::Rect v1_bounds = gfx::Rect(0, 0, 100, 100); local
517 v1->SetBoundsRect(v1_bounds);
529 gfx::Point v1_centerpoint = v1_bounds.CenterPoint();
531 gfx::Point v1_origin = v1_bounds.origin();

Completed in 422 milliseconds