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

  /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/ash/wm/
window_positioner.cc 320 gfx::Rect other_bounds = other_shown_window->bounds(); local
323 other_bounds.CenterPoint().x() > work_area.x() + work_area.width() / 2;
338 other_window_state->SetPreAutoManageWindowBounds(other_bounds);
341 if (MoveRectToOneSide(work_area, move_other_right, &other_bounds))
342 SetBoundsAnimated(other_shown_window, other_bounds);
  /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 2051 milliseconds