HomeSort by relevance Sort by last modified time
    Searched refs:middle_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/tray/
tray_background_view.cc 178 gfx::Rect middle_bounds; local
183 middle_bounds = gfx::Rect(
191 middle_bounds = gfx::Rect(
207 middle_bounds.x(),
208 middle_bounds.y(),
209 middle_bounds.width(),
210 middle_bounds.height());
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 354 gfx::Rect start_bounds, target_bounds, middle_bounds; local
355 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
383 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
406 gfx::Rect start_bounds, target_bounds, middle_bounds; local
407 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
450 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
526 gfx::Rect start_bounds, target_bounds, middle_bounds; local
527 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
605 gfx::Rect start_bounds, target_bounds, middle_bounds; local
    [all...]

Completed in 74 milliseconds