Home | History | Annotate | Download | only in tabs

Lines Matching refs:TabStripModel

13                            TabStripModel* tab_strip,
19 void TabMenuModel::Build(TabStripModel* tab_strip, int index) {
23 AddItemWithStringId(TabStripModel::CommandNewTab, IDS_TAB_CXMENU_NEWTAB);
25 AddItemWithStringId(TabStripModel::CommandReload, IDS_TAB_CXMENU_RELOAD);
26 AddItemWithStringId(TabStripModel::CommandDuplicate,
31 TabStripModel::CommandTogglePinned,
35 TabStripModel::CommandTogglePinned,
40 AddItemWithStringId(TabStripModel::CommandCloseTab,
43 AddItemWithStringId(TabStripModel::CommandCloseTab,
46 AddItemWithStringId(TabStripModel::CommandCloseOtherTabs,
48 AddItemWithStringId(TabStripModel::CommandCloseTabsToRight,
53 AddItemWithStringId(TabStripModel::CommandRestoreTab,
55 AddItemWithStringId(TabStripModel::CommandBookmarkAllTabs,