Searched defs:most_recently_active_panel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dstacked_panel_collection.h87 Panel* most_recently_active_panel() const { function in class:StackedPanelCollection
H A Dstacked_panel_collection.cc186 Panel* most_recently_active_panel = most_recently_active_panels_.front(); local
187 if (most_recently_active_panel->IsActive())
188 active_panel = most_recently_active_panel;

Completed in 85 milliseconds