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

  /external/chromium_org/ash/wm/workspace/
auto_window_management.cc 183 gfx::Rect other_bounds = other_shown_window->bounds(); local
184 ash::wm::SetPreAutoManageWindowBounds(other_shown_window, other_bounds);
186 bool move_right = other_bounds.CenterPoint().x() > work_area.width() / 2;
187 if (MoveRectToOneSide(work_area.width(), move_right, &other_bounds))
188 SetBoundsAnimated(other_shown_window, other_bounds);
  /external/chromium/chrome/browser/ui/
window_sizer.h 165 // monitor containing |other_bounds|. Despite the name, this doesn't
173 const gfx::Rect& other_bounds,
window_sizer.cc 266 const gfx::Rect& other_bounds,
275 monitor_info_provider_->GetMonitorWorkAreaMatching(other_bounds);
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.h 159 // the monitor containing |other_bounds|. Despite the name, this doesn't
167 const gfx::Rect& other_bounds,
window_sizer.cc 311 const gfx::Rect& other_bounds,
320 monitor_info_provider_->GetMonitorWorkAreaMatching(other_bounds);
  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc 571 gfx::Rect other_bounds = other_panel->GetBounds(); local
572 int delta_x = new_bounds.x() - other_bounds.x();
573 int delta_width = new_bounds.width() - other_bounds.width();

Completed in 194 milliseconds