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

  /external/chromium_org/chrome/browser/ui/panels/
panel_collection.h 129 virtual bool IsPanelMinimized(const Panel* panel) const = 0;
detached_panel_collection.h 52 virtual bool IsPanelMinimized(const Panel* panel) const OVERRIDE;
docked_panel_collection.cc 331 if (!IsPanelMinimized(panel))
413 return !IsPanelMinimized(panel);
417 return IsPanelMinimized(panel);
420 bool DockedPanelCollection::IsPanelMinimized(const Panel* panel) const {
docked_panel_collection.h 66 virtual bool IsPanelMinimized(const Panel* panel) const OVERRIDE;
stacked_panel_collection.h 55 virtual bool IsPanelMinimized(const Panel* panel) const OVERRIDE;
detached_panel_collection.cc 187 bool DetachedPanelCollection::IsPanelMinimized(const Panel* panel) const {
stacked_panel_collection.cc 191 if (current_panel != active_panel && !IsPanelMinimized(current_panel)) {
290 if (!IsPanelMinimized(other_panel)) {
478 bool StackedPanelCollection::IsPanelMinimized(const Panel* panel) const {
panel.cc 198 native_panel_->PreventActivationByOS(collection_->IsPanelMinimized(this));
237 return !collection_ || collection_->IsPanelMinimized(this);

Completed in 62 milliseconds