Searched refs:middle_bounds (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 187 gfx::Rect middle_bounds; in Paint() local 192 middle_bounds = gfx::Rect( in Paint() 200 middle_bounds = gfx::Rect( in Paint() 216 middle_bounds.x(), in Paint() 217 middle_bounds.y(), in Paint() 218 middle_bounds.width(), in Paint() 219 middle_bounds.height()); in Paint()
|
/external/chromium_org/ui/compositor/ |
D | layer_animator_unittest.cc | 383 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local 384 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50); in TEST() 412 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds); in TEST() 435 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local 436 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50); in TEST() 479 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds); in TEST() 553 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local 554 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50); in TEST() 631 gfx::Rect start_bounds, target_bounds, middle_bounds; in TEST() local 2085 gfx::Rect middle_bounds(10, 10, 100, 100); in TEST() local [all …]
|