Searched refs:other_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_positioner.cc364 gfx::Rect other_bounds = other_shown_window->bounds(); local
367 other_bounds.CenterPoint().x() > work_area.x() + work_area.width() / 2;
382 other_window_state->SetPreAutoManageWindowBounds(other_bounds);
385 if (MoveRectToOneSide(work_area, move_other_right, &other_bounds))
386 SetBoundsAnimated(other_shown_window, other_bounds, work_area);
/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.cc577 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 849 milliseconds