Home | History | Annotate | Download | only in panels

Lines Matching refs: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.
63 typedef std::list<Panel*> Panels;
77 // Updates the bounds of panels as specified in batch update data.
83 // Computes/updates the minimum bounds that could fit all panels.
90 // Makes the stack window own the panel window such that multiple panels
121 // Tracks all panels that are enclosed by this window.
122 Panels panels_;