HomeSort by relevance Sort by last modified time
    Searched full:previous_panel (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 745 aura::Window* previous_panel = NULL; local
749 if (previous_panel)
750 panel_container_->StackChildAbove(it->second, previous_panel);
751 previous_panel = it->second;
754 previous_panel = NULL;
758 if (previous_panel)
759 panel_container_->StackChildAbove(it->second, previous_panel);
760 previous_panel = it->second;

Completed in 103 milliseconds