Home | History | Annotate | Download | only in panels

Lines Matching refs:Panels

5 #include "chrome/browser/ui/panels/docked_panel_drag_handler.h"
7 #include "chrome/browser/ui/panels/docked_panel_collection.h"
8 #include "chrome/browser/ui/panels/panel.h"
9 #include "chrome/browser/ui/panels/panel_manager.h"
37 // Checks and processes other affected panels.
44 // panels due to their position changes.
55 // all the panels on its left.
58 // Checks the panels to the left of the dragging panel.
59 DockedPanelCollection::Panels::iterator dragging_panel_iterator =
61 DockedPanelCollection::Panels::iterator current_panel_iterator =
89 // all the panels on its right.
93 // Checks the panels to the right of the dragging panel.
94 DockedPanelCollection::Panels::iterator dragging_panel_iterator =
96 DockedPanelCollection::Panels::iterator current_panel_iterator =