OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resizing_panel_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc
39
resizing_panel_
(NULL),
89
resizing_panel_
= panel;
90
resizing_panel_
->OnPanelStartUserResizing();
95
panel::Resizability resizability =
resizing_panel_
->CanResizeByMouse();
100
gfx::Rect bounds =
resizing_panel_
->GetBounds();
133
resizing_panel_
->IncreaseMaxSize(bounds.size());
137
bounds.set_size(
resizing_panel_
->ClampSize(bounds.size()));
145
if (bounds !=
resizing_panel_
->GetBounds()) {
146
resizing_panel_
->SetPanelBoundsInstantly(bounds);
147
resizing_panel_
->OnWindowResizedByMouse(bounds)
[
all
...]
panel_resize_controller.h
38
bool IsResizing() const { return
resizing_panel_
!= NULL; }
44
Panel*
resizing_panel_
;
member in class:PanelResizeController
Completed in 294 milliseconds