Searched refs:SelectLastTab (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.h90 void SelectLastTab(Browser* browser);
H A Dbrowser_commands.cc654 void SelectLastTab(Browser* browser) { function in namespace:chrome
655 content::RecordAction(UserMetricsAction("SelectLastTab"));
656 browser->tab_strip_model()->SelectLastTab();
H A Dbrowser_command_controller.cc446 SelectLastTab(browser_);
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.h396 void SelectLastTab();
H A Dtab_strip_model_unittest.cc644 // Test SelectNextTab, SelectPreviousTab, SelectLastTab
650 tabstrip.SelectLastTab();
1444 tabstrip.SelectLastTab();
H A Dtab_strip_model.cc858 void TabStripModel::SelectLastTab() { function in class:TabStripModel

Completed in 96 milliseconds