Searched refs:other_bounds (Results 1 – 4 of 4) sorted by relevance
320 gfx::Rect other_bounds = other_shown_window->bounds(); in RearrangeVisibleWindowOnShow() local323 other_bounds.CenterPoint().x() > work_area.x() + work_area.width() / 2; in RearrangeVisibleWindowOnShow()338 other_window_state->SetPreAutoManageWindowBounds(other_bounds); in RearrangeVisibleWindowOnShow()341 if (MoveRectToOneSide(work_area, move_other_right, &other_bounds)) in RearrangeVisibleWindowOnShow()342 SetBoundsAnimated(other_shown_window, other_bounds); in RearrangeVisibleWindowOnShow()
173 const gfx::Rect& other_bounds,
266 const gfx::Rect& other_bounds, in AdjustBoundsToBeVisibleOnMonitorContaining() argument275 monitor_info_provider_->GetMonitorWorkAreaMatching(other_bounds); in AdjustBoundsToBeVisibleOnMonitorContaining()
577 gfx::Rect other_bounds = other_panel->GetBounds(); in OnPanelResizedByMouse() local578 int delta_x = new_bounds.x() - other_bounds.x(); in OnPanelResizedByMouse()579 int delta_width = new_bounds.width() - other_bounds.width(); in OnPanelResizedByMouse()