Searched refs:AddPanel (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dnative_panel_stack_window.h56 virtual void AddPanel(Panel* panel) = 0;
H A Dpanel_collection.h64 virtual void AddPanel(Panel* panel, PositioningMask positioning_mask) = 0;
H A Ddetached_panel_collection.h29 virtual void AddPanel(Panel* panel,
H A Ddocked_panel_collection.h43 virtual void AddPanel(Panel* panel,
H A Dstacked_panel_collection.h32 virtual void AddPanel(Panel* panel,
H A Ddetached_panel_collection.cc82 void DetachedPanelCollection::AddPanel(Panel* panel, function in class:DetachedPanelCollection
H A Dpanel_manager.cc278 collection->AddPanel(panel, positioning_mask);
495 target_collection->AddPanel(panel, positioning_mask);
H A Dstacked_panel_collection.cc206 void StackedPanelCollection::AddPanel(Panel* panel, function in class:StackedPanelCollection
253 stack_window->AddPanel(panel);
H A Ddocked_panel_collection.cc82 void DockedPanelCollection::AddPanel(Panel* panel, function in class:DockedPanelCollection
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_stack_window_cocoa.h37 virtual void AddPanel(Panel* panel) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.h46 virtual void AddPanel(Panel* panel) OVERRIDE;
H A Dpanel_stack_view.cc147 void PanelStackView::AddPanel(Panel* panel) { function in class:PanelStackView
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc354 ShelfID AddPanel() { function in class:ash::test::ShelfViewTest
828 ShelfID panel = AddPanel();
844 ShelfID first_panel = AddPanel();
853 last_panel = AddPanel();
1013 new_id = AddPanel();

Completed in 153 milliseconds