Home | History | Annotate | Download | only in panels

Lines Matching defs:target_bounds

282   gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
287 GetDisplayAreaMatching(target_bounds);
289 GetWorkAreaMatching(target_bounds);
308 gfx::Rect target_bounds(target_position, dragging_panel_->full_size());
313 GetWorkAreaMatching(target_bounds);
316 dock_work_area.bottom() - target_bounds.bottom() <
322 dragging_panel_->SetPanelBoundsInstantly(target_bounds);
335 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
341 GetWorkAreaMatching(target_bounds);
344 dock_work_area.bottom() - target_bounds.bottom() >
350 dragging_panel_->SetPanelBoundsInstantly(target_bounds);
359 gfx::Rect target_bounds;
363 &target_bounds,
373 target_bounds.origin() - dragging_panel_->GetBounds().origin();
439 gfx::Rect target_bounds = last_panel_to_unstack->GetBounds();
440 target_bounds.Offset(delta);
442 if (GetVerticalDistance(target_bounds, below_panel_bounds) <
444 GetHorizontalOverlap(target_bounds, below_panel_bounds) >
530 gfx::Rect target_bounds(target_position, dragging_panel_->GetBounds().size());
536 if (GetVerticalDistance(above_panel_bounds, target_bounds) <
538 GetHorizontalOverlap(above_panel_bounds, target_bounds) >
600 gfx::Rect target_bounds;
604 &target_bounds,
607 *target_position = target_bounds.origin();
612 target_bounds.set_origin(*target_position);
613 target_bounds.set_size(dragging_panel_->GetBounds().size());
615 GetWorkAreaMatching(target_bounds);
650 gfx::Rect* target_bounds,
702 *target_bounds = potential_dragging_bounds;
703 target_bounds->set_x(panel_bounds.x() - target_bounds->width());
714 *target_bounds = potential_dragging_bounds;
715 target_bounds->set_x(panel_bounds.right());
734 target_bounds->SetRect(
754 target_bounds->SetRect(potential_dragging_bounds.x(),