Searched defs:OnPanelExpansionStateChanged (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Ddetached_panel_collection.cc246 void DetachedPanelCollection::OnPanelExpansionStateChanged(Panel* panel) { function in class:DetachedPanelCollection
H A Ddocked_panel_collection.cc246 void DockedPanelCollection::OnPanelExpansionStateChanged(Panel* panel) { function in class:DockedPanelCollection
361 // is minimized. See comments in OnPanelExpansionStateChanged.
H A Dpanel_manager.cc480 void PanelManager::OnPanelExpansionStateChanged(Panel* panel) { function in class:PanelManager
481 panel->collection()->OnPanelExpansionStateChanged(panel);
H A Dstacked_panel_collection.cc419 // is minimized. See comments in OnPanelExpansionStateChanged.
639 void StackedPanelCollection::OnPanelExpansionStateChanged(Panel* panel) { function in class:StackedPanelCollection

Completed in 87 milliseconds