Home
last modified time | relevance | path

Searched refs:bounds_at_start_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dpanel_resize_controller.cc87 bounds_at_start_ = panel->GetBounds(); in StartResizing()
103 bounds.set_width(std::max(bounds_at_start_.width() + in Resize()
107 bounds.set_height(std::max(bounds_at_start_.height() + in Resize()
111 bounds.set_width(std::max(bounds_at_start_.width() + in Resize()
115 int new_height = std::max(bounds_at_start_.height() + in Resize()
117 int new_y = bounds_at_start_.bottom() - new_height; in Resize()
140 bounds.set_x(bounds_at_start_.right() - bounds.width()); in Resize()
143 bounds.set_y(bounds_at_start_.bottom() - bounds.height()); in Resize()
155 resizing_panel_->SetPanelBoundsInstantly(bounds_at_start_); in EndResizing()
156 resizing_panel_->OnWindowResizedByMouse(bounds_at_start_); in EndResizing()
[all …]
Dpanel_resize_controller.h54 gfx::Rect bounds_at_start_; variable