Searched refs:CommandCloseOtherTabs (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/ui/tabs/ |
D | tab_menu_model.cc | 47 AddItemWithStringId(TabStripModel::CommandCloseOtherTabs, in Build() 89 AddItemWithStringId(TabStripModel::CommandCloseOtherTabs, in Build()
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 962 TEST_F(TabStripModelTest, CommandCloseOtherTabs) { in TEST_F() argument 972 0, TabStripModel::CommandCloseOtherTabs)); in TEST_F() 973 tabstrip.ExecuteContextMenuCommand(0, TabStripModel::CommandCloseOtherTabs); in TEST_F() 983 2, TabStripModel::CommandCloseOtherTabs)); in TEST_F() 984 tabstrip.ExecuteContextMenuCommand(0, TabStripModel::CommandCloseOtherTabs); in TEST_F() 993 2, TabStripModel::CommandCloseOtherTabs)); in TEST_F() 1001 1, TabStripModel::CommandCloseOtherTabs)); in TEST_F() 1004 0, TabStripModel::CommandCloseOtherTabs)); in TEST_F() 1012 1, TabStripModel::CommandCloseOtherTabs)); in TEST_F() 1014 0, TabStripModel::CommandCloseOtherTabs)); in TEST_F() [all …]
|
D | tab_strip_model.h | 423 CommandCloseOtherTabs, enumerator
|
D | tab_strip_model.cc | 737 case CommandCloseOtherTabs: in IsContextMenuCommandEnabled() 852 case CommandCloseOtherTabs: { in ExecuteContextMenuCommand() 941 DCHECK(id == CommandCloseTabsToRight || id == CommandCloseOtherTabs); in GetIndicesClosedByCommand()
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | browser_tab_strip_controller.cc | 415 if (command_id == TabStripModel::CommandCloseOtherTabs || in StartHighlightTabsForCommand() 433 command_id == TabStripModel::CommandCloseOtherTabs) { in StopHighlightTabsForCommand()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_strip_gtk.cc | 1163 if (command_id == TabStripModel::CommandCloseOtherTabs || in StartHighlightTabsForCommand() 1172 command_id == TabStripModel::CommandCloseOtherTabs) { in StopHighlightTabsForCommand()
|