HomeSort by relevance Sort by last modified time
    Searched refs:most_recently_active_panel (Results 1 - 4 of 4) 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;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.cc 171 panels_.front()->stack()->most_recently_active_panel();
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 353 panels_.front()->stack()->most_recently_active_panel();

Completed in 166 milliseconds