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 180 Panel* most_recently_active_panel = most_recently_active_panels_.front(); local
181 if (most_recently_active_panel->IsActive())
182 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 309 panels_.front()->stack()->most_recently_active_panel();

Completed in 581 milliseconds