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

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_collection.h126 virtual bool CanShowMinimizeButton(const Panel* panel) const = 0;
H A Ddetached_panel_collection.h50 virtual bool CanShowMinimizeButton(const Panel* panel) const OVERRIDE;
H A Ddocked_panel_collection.h64 virtual bool CanShowMinimizeButton(const Panel* panel) const OVERRIDE;
H A Dstacked_panel_collection.h53 virtual bool CanShowMinimizeButton(const Panel* panel) const OVERRIDE;
H A Ddetached_panel_collection.cc174 bool DetachedPanelCollection::CanShowMinimizeButton(const Panel* panel) const { function in class:DetachedPanelCollection
H A Dpanel.h115 bool CanShowMinimizeButton() const;
H A Dpanel.cc225 bool Panel::CanShowMinimizeButton() const { function in class:Panel
226 return collection_ && collection_->CanShowMinimizeButton(this);
H A Ddocked_panel_collection.cc405 bool DockedPanelCollection::CanShowMinimizeButton(const Panel* panel) const { function in class:DockedPanelCollection
H A Dstacked_panel_collection.cc475 bool StackedPanelCollection::CanShowMinimizeButton(const Panel* panel) const { function in class:StackedPanelCollection
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc337 minimize_button_->SetVisible(panel->CanShowMinimizeButton());

Completed in 133 milliseconds