Searched defs:StackedPanelCollection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.h21 class StackedPanelCollection : public PanelCollection, class in inherits:PanelCollection,NativePanelStackWindowDelegate
26 explicit StackedPanelCollection(PanelManager* panel_manager);
27 virtual ~StackedPanelCollection();
179 DISALLOW_COPY_AND_ASSIGN(StackedPanelCollection);
H A Dstacked_panel_collection.cc19 StackedPanelCollection::StackedPanelCollection(PanelManager* panel_manager) function in class:StackedPanelCollection
27 StackedPanelCollection::~StackedPanelCollection() {
32 void StackedPanelCollection::OnDisplayChanged() {
71 void StackedPanelCollection::RefreshLayout() {
78 void StackedPanelCollection::RefreshLayoutWithTopPanelStartingAt(
142 base::string16 StackedPanelCollection::GetTitle() const {
152 gfx::Image StackedPanelCollection::GetIcon() const {
158 void StackedPanelCollection
[all...]

Completed in 605 milliseconds