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

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 181 bool DetachedPanelCollection::CanShowRestoreButton(const Panel* panel) const {
docked_panel_collection.cc 409 bool DockedPanelCollection::CanShowRestoreButton(const Panel* panel) const {
stacked_panel_collection.cc 480 bool StackedPanelCollection::CanShowRestoreButton(const Panel* panel) const {
panel.cc 229 bool Panel::CanShowRestoreButton() const {
230 return collection_ && collection_->CanShowRestoreButton(this);

Completed in 2404 milliseconds