Searched refs:CanShowRestoreButton (Results 1 – 12 of 12) sorted by relevance
127 virtual bool CanShowRestoreButton(const Panel* panel) const = 0;
51 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
65 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
54 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
113 bool CanShowRestoreButton() const;
181 bool DetachedPanelCollection::CanShowRestoreButton(const Panel* panel) const { in CanShowRestoreButton() function in DetachedPanelCollection
223 bool Panel::CanShowRestoreButton() const { in CanShowRestoreButton() function in Panel224 return collection_ && collection_->CanShowRestoreButton(this); in CanShowRestoreButton()
416 bool DockedPanelCollection::CanShowRestoreButton(const Panel* panel) const { in CanShowRestoreButton() function in DockedPanelCollection
480 bool StackedPanelCollection::CanShowRestoreButton(const Panel* panel) const { in CanShowRestoreButton() function in StackedPanelCollection
260 panel->CanShowRestoreButton()); in UpdateMinimizeRestoreButtonVisibility()
350 restore_button_->SetVisible(panel->CanShowRestoreButton()); in UpdateTitlebarMinimizeRestoreButtonVisibility()
331 [titlebar_view_ setRestoreButtonVisibility:panel->CanShowRestoreButton()];