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

  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 187 bool DetachedPanelCollection::IsPanelMinimized(const Panel* panel) const {
docked_panel_collection.cc 331 if (!IsPanelMinimized(panel))
413 return !IsPanelMinimized(panel);
417 return IsPanelMinimized(panel);
420 bool DockedPanelCollection::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 {

Completed in 51 milliseconds