Home | History | Annotate | Download | only in panels

Lines Matching defs:Panels

12 #include "chrome/browser/ui/panels/native_panel_stack_window.h"
19 #include "chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.h"
30 // A native window that acts as the owner of all panels in the stack, in order
31 // to make all panels appear as a single window on the taskbar or launcher.
65 typedef std::list<Panel*> Panels;
89 // Updates the bounds of panels as specified in batch update data.
95 // Computes/updates the minimum bounds that could fit all panels.
102 // Makes the stack window own the panel window such that multiple panels
135 // Tracks all panels that are enclosed by this window.
136 Panels panels_;