Home
last modified time | relevance | path

Searched refs:RemovePanel (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
Dnative_panel_stack_window.h60 virtual void RemovePanel(Panel* panel) = 0;
Dpanel_collection.h69 virtual void RemovePanel(Panel* panel, RemovalReason reason) = 0;
Ddetached_panel_collection.h31 virtual void RemovePanel(Panel* panel, RemovalReason reason) OVERRIDE;
Ddocked_panel_collection.h45 virtual void RemovePanel(Panel* pane, RemovalReason reasonl) OVERRIDE;
Dstacked_panel_collection.h34 virtual void RemovePanel(Panel* panel, RemovalReason reason) OVERRIDE;
Dpanel_manager.cc411 collection->RemovePanel(panel, PanelCollection::PANEL_CLOSED); in OnPanelClosed()
495 current_collection->RemovePanel(panel, in MovePanelToCollection()
Ddetached_panel_collection.cc95 void DetachedPanelCollection::RemovePanel(Panel* panel, RemovalReason reason) { in RemovePanel() function in DetachedPanelCollection
Dstacked_panel_collection.cc259 void StackedPanelCollection::RemovePanel(Panel* panel, RemovalReason reason) { in RemovePanel() function in StackedPanelCollection
311 GetStackWindowForPanel(panel)->RemovePanel(panel); in RemovePanel()
Ddocked_panel_collection.cc156 void DockedPanelCollection::RemovePanel(Panel* panel, RemovalReason reason) { in RemovePanel() function in DockedPanelCollection
/external/chromium_org/chrome/browser/ui/gtk/panels/
Dpanel_stack_window_gtk.h27 virtual void RemovePanel(Panel* panel) OVERRIDE;
Dpanel_stack_window_gtk.cc49 void PanelStackWindowGtk::RemovePanel(Panel* panel) { in RemovePanel() function in PanelStackWindowGtk
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_stack_window_cocoa.h38 virtual void RemovePanel(Panel* panel) OVERRIDE;
Dpanel_stack_window_cocoa.mm84 void PanelStackWindowCocoa::RemovePanel(Panel* panel) { function
/external/chromium_org/chrome/browser/ui/views/panels/
Dpanel_stack_view.h47 virtual void RemovePanel(Panel* panel) OVERRIDE;
Dpanel_stack_view.cc158 void PanelStackView::RemovePanel(Panel* panel) { in RemovePanel() function in PanelStackView