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 179 gfx::Rect middle_bounds; local
184 middle_bounds = gfx::Rect(
192 middle_bounds = gfx::Rect(
208 middle_bounds.x(),
209 middle_bounds.y(),
210 middle_bounds.width(),
211 middle_bounds.height());
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 351 gfx::Rect start_bounds, target_bounds, middle_bounds; local
352 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
380 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
403 gfx::Rect start_bounds, target_bounds, middle_bounds; local
404 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
447 CheckApproximatelyEqual(delegate.GetBoundsForAnimation(), middle_bounds);
523 gfx::Rect start_bounds, target_bounds, middle_bounds; local
524 start_bounds = target_bounds = middle_bounds = gfx::Rect(0, 0, 50, 50);
602 gfx::Rect start_bounds, target_bounds, middle_bounds; local
    [all...]

Completed in 721 milliseconds