HomeSort by relevance Sort by last modified time
    Searched refs:CanShowRestoreButton (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_collection.h 127 virtual bool CanShowRestoreButton(const Panel* panel) const = 0;
detached_panel_collection.h 51 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
docked_panel_collection.h 65 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
stacked_panel_collection.h 54 virtual bool CanShowRestoreButton(const Panel* panel) const OVERRIDE;
detached_panel_collection.cc 181 bool DetachedPanelCollection::CanShowRestoreButton(const Panel* panel) const {
panel.h 116 bool CanShowRestoreButton() const;
panel.cc 229 bool Panel::CanShowRestoreButton() const {
230 return collection_ && collection_->CanShowRestoreButton(this);
docked_panel_collection.cc 409 bool DockedPanelCollection::CanShowRestoreButton(const Panel* panel) const {
stacked_panel_collection.cc 480 bool StackedPanelCollection::CanShowRestoreButton(const Panel* panel) const {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 338 restore_button_->SetVisible(panel->CanShowRestoreButton());

Completed in 260 milliseconds