Home | History | Annotate | Download | only in panels

Lines Matching refs:Panels

5 #include "chrome/browser/ui/views/panels/panel_stack_view.h"
10 #include "chrome/browser/ui/panels/panel.h"
11 #include "chrome/browser/ui/panels/panel_manager.h"
12 #include "chrome/browser/ui/panels/stacked_panel_collection.h"
13 #include "chrome/browser/ui/views/panels/panel_view.h"
31 // The widget window that acts as a background window for the stack of panels.
176 for (Panels::const_iterator iter = another_stack->panels_.begin();
197 for (Panels::const_iterator iter = panels_.begin();
320 for (Panels::const_iterator iter = panels_.begin();
344 // When the user selects the stacked panels via ALT-TAB or WIN-TAB, the
374 // When the animation is aborted due to something like one of panels is gone,
375 // update panels to their taget bounds immediately.
417 // Compute the stack window bounds that enclose those panels that are not
419 for (Panels::const_iterator iter = panels_.begin();
440 for (Panels::const_iterator iter = panels_.begin();
473 // the taskbar. In order for multiple stacked panels to appear as one, this
514 // Listen to WM_MOVING message in order to move all panels windows on top of
548 // When the background window is being moved by the user, all panels
560 for (Panels::const_iterator iter = panels_.begin();