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

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_collection.h127 virtual bool CanShowRestoreButton(const Panel* panel) const = 0;
H A Ddetached_panel_collection.h51 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
H A Ddocked_panel_collection.h65 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
H A Dstacked_panel_collection.h54 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
H A Ddetached_panel_collection.cc181 bool DetachedPanelCollection::CanShowRestoreButton(const Panel* panel) const { function in class:DetachedPanelCollection
H A Dpanel.h116 bool CanShowRestoreButton() const;
H A Dpanel.cc229 bool Panel::CanShowRestoreButton() const { function in class:Panel
230 return collection_ && collection_->CanShowRestoreButton(this);
H A Ddocked_panel_collection.cc409 bool DockedPanelCollection::CanShowRestoreButton(const Panel* panel) const { function in class:DockedPanelCollection
H A Dstacked_panel_collection.cc480 bool StackedPanelCollection::CanShowRestoreButton(const Panel* panel) const { function in class:StackedPanelCollection
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc338 restore_button_->SetVisible(panel->CanShowRestoreButton());

Completed in 987 milliseconds