OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bounds_at_start_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc
87
bounds_at_start_
= panel->GetBounds();
103
bounds.set_width(std::max(
bounds_at_start_
.width() +
107
bounds.set_height(std::max(
bounds_at_start_
.height() +
111
bounds.set_width(std::max(
bounds_at_start_
.width() +
115
int new_height = std::max(
bounds_at_start_
.height() +
117
int new_y =
bounds_at_start_
.bottom() - new_height;
140
bounds.set_x(
bounds_at_start_
.right() - bounds.width());
143
bounds.set_y(
bounds_at_start_
.bottom() - bounds.height());
155
resizing_panel_->SetPanelBoundsInstantly(
bounds_at_start_
);
156
resizing_panel_->OnWindowResizedByMouse(
bounds_at_start_
);
[
all
...]
panel_resize_controller.h
54
gfx::Rect
bounds_at_start_
;
member in class:PanelResizeController
Completed in 50 milliseconds