Searched refs:RestorePanel (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_collection.h115 virtual void RestorePanel(Panel* panel) = 0;
H A Ddetached_panel_collection.h45 virtual void RestorePanel(Panel* panel) OVERRIDE;
H A Ddocked_panel_collection.cc330 RestorePanel(panel);
354 void DockedPanelCollection::RestorePanel(Panel* panel) { function in class:DockedPanelCollection
385 RestorePanel(*iter);
402 RestorePanel(panel);
H A Ddocked_panel_collection.h59 virtual void RestorePanel(Panel* panel) OVERRIDE;
H A Dstacked_panel_collection.h48 virtual void RestorePanel(Panel* panel) OVERRIDE;
H A Ddetached_panel_collection.cc157 void DetachedPanelCollection::RestorePanel(Panel* panel) { function in class:DetachedPanelCollection
H A Dstacked_panel_collection.cc357 RestorePanel(panel);
377 void StackedPanelCollection::RestorePanel(Panel* panel) { function in class:StackedPanelCollection
443 RestorePanel(panel_clicked);
458 RestorePanel(panel);
H A Dpanel.cc329 collection_->RestorePanel(this);
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.h153 void RestorePanel(aura::Window* panel);
H A Dpanel_layout_manager.cc505 RestorePanel(window_state->window());
544 RestorePanel(*iter);
590 void PanelLayoutManager::RestorePanel(aura::Window* panel) { function in class:ash::PanelLayoutManager

Completed in 939 milliseconds