Home | History | Annotate | Download | only in panels

Lines Matching defs:new_bounds

368 void PanelView::SetBoundsInternal(const gfx::Rect& new_bounds, bool animate) {
369 if (bounds_ == new_bounds)
372 bounds_ = new_bounds;
385 this, panel_.get(), animation_start_bounds_, new_bounds));
410 gfx::Rect new_bounds = bounds_animator_->CurrentValueBetween(
412 SetWidgetBounds(new_bounds);
415 void PanelView::SetWidgetBounds(const gfx::Rect& new_bounds) {
439 new_bounds.height() <= kMinimumOverlappedWindowHeight) {
448 new_bounds.height() > kMinimumOverlappedWindowHeight) {
458 GetWidget()->SetBounds(new_bounds);
862 gfx::Rect new_bounds = window_->GetWindowBoundsInScreen();
863 if (bounds_ == new_bounds)
865 bounds_ = new_bounds;
1031 const gfx::Rect& new_bounds) {
1033 panel()->collection()->OnPanelResizedByMouse(panel(), new_bounds);