Home
last modified time | relevance | path

Searched refs:other_bounds (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_positioner.cc320 gfx::Rect other_bounds = other_shown_window->bounds(); in RearrangeVisibleWindowOnShow() local
323 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()
/external/chromium/chrome/browser/ui/
Dwindow_sizer.h173 const gfx::Rect& other_bounds,
Dwindow_sizer.cc266 const gfx::Rect& other_bounds, in AdjustBoundsToBeVisibleOnMonitorContaining() argument
275 monitor_info_provider_->GetMonitorWorkAreaMatching(other_bounds); in AdjustBoundsToBeVisibleOnMonitorContaining()
/external/chromium_org/chrome/browser/ui/panels/
Dstacked_panel_collection.cc577 gfx::Rect other_bounds = other_panel->GetBounds(); in OnPanelResizedByMouse() local
578 int delta_x = new_bounds.x() - other_bounds.x(); in OnPanelResizedByMouse()
579 int delta_width = new_bounds.width() - other_bounds.width(); in OnPanelResizedByMouse()