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

  /external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.h 87 Panel* most_recently_active_panel() const { function in class:StackedPanelCollection
stacked_panel_collection.cc 186 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 232 milliseconds