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

  /external/chromium_org/ash/wm/
window_positioner.cc 366 gfx::Rect other_bounds = other_shown_window->bounds(); local
369 other_bounds.CenterPoint().x() > work_area.x() + work_area.width() / 2;
384 other_window_state->SetPreAutoManageWindowBounds(other_bounds);
387 if (MoveRectToOneSide(work_area, move_other_right, &other_bounds))
388 SetBoundsAnimated(other_shown_window, other_bounds, work_area);
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 577 gfx::Rect other_bounds = other_panel->GetBounds(); local
578 int delta_x = new_bounds.x() - other_bounds.x();
579 int delta_width = new_bounds.width() - other_bounds.width();

Completed in 117 milliseconds