Home | History | Annotate | Download | only in panels

Lines Matching defs:panels

12 #include "chrome/browser/ui/panels/display_settings_provider.h"
13 #include "chrome/browser/ui/panels/panel.h"
14 #include "chrome/browser/ui/panels/panel_collection.h"
15 #include "chrome/browser/ui/panels/panel_mouse_watcher_observer.h"
20 // This class manages a group of panels that could be docked to the bottom of
27 typedef std::list<Panel*> Panels;
35 // Rearranges the positions of the panels in the collection
42 // one that is transitioning from another grouping of panels.
81 // Brings up or down the titlebars for all minimized panels.
98 // num_panels() and panels() only includes panels in the collection that
101 const Panels& panels() const { return panels_; }
144 // Keep track of the minimized panels to control mouse watching.
147 // Minimizes or restores all panels in the collection.
171 // All panels in the collection must fit within this area.
174 Panels panels_;
179 bool minimizing_all_; // True while minimizing all panels.