Searched defs:IsPanelMinimized (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Ddetached_panel_collection.cc187 bool DetachedPanelCollection::IsPanelMinimized(const Panel* panel) const { function in class:DetachedPanelCollection
H A Ddocked_panel_collection.cc324 if (!IsPanelMinimized(panel))
406 return !IsPanelMinimized(panel);
410 return IsPanelMinimized(panel);
413 bool DockedPanelCollection::IsPanelMinimized(const Panel* panel) const { function in class:DockedPanelCollection
H A Dstacked_panel_collection.cc197 if (current_panel != active_panel && !IsPanelMinimized(current_panel)) {
296 if (!IsPanelMinimized(other_panel)) {
484 bool StackedPanelCollection::IsPanelMinimized(const Panel* panel) const { function in class:StackedPanelCollection

Completed in 2821 milliseconds