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

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 174 bool DetachedPanelCollection::CanShowMinimizeButton(const Panel* panel) const {
docked_panel_collection.cc 412 bool DockedPanelCollection::CanShowMinimizeButton(const Panel* panel) const {
stacked_panel_collection.cc 469 bool StackedPanelCollection::CanShowMinimizeButton(const Panel* panel) const {
panel.cc 219 bool Panel::CanShowMinimizeButton() const {
220 return collection_ && collection_->CanShowMinimizeButton(this);

Completed in 45 milliseconds