Home
last modified time | relevance | path

Searched refs:tab_strip (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
Dtab_menu_model.cc19 TabStripModel* tab_strip, in TabMenuModel() argument
22 Build(tab_strip, index); in TabMenuModel()
62 void TabMenuModel::Build(TabStripModel* tab_strip, int index) { in Build() argument
64 (tab_strip->IsTabSelected(index) && in Build()
65 tab_strip->selection_model().selected_indices().size() > 1); in Build()
71 bool will_pin = tab_strip->WillContextMenuPin(index); in Build()
Dtab_menu_model.h21 TabStripModel* tab_strip,
31 void Build(TabStripModel* tab_strip, int index);
/external/chromium/chrome/browser/extensions/
Dextension_tabs_module.cc66 TabStripModel** tab_strip,
102 TabStripModel* tab_strip = NULL; in CreateTabValue() local
104 if (ExtensionTabUtil::GetTabStripModel(contents, &tab_strip, &tab_index)) in CreateTabValue()
105 return ExtensionTabUtil::CreateTabValue(contents, tab_strip, tab_index); in CreateTabValue()
113 TabStripModel* tab_strip = browser->tabstrip_model(); in CreateTabList() local
114 for (int i = 0; i < tab_strip->count(); ++i) { in CreateTabList()
116 tab_strip->GetTabContentsAt(i)->tab_contents(), tab_strip, i)); in CreateTabList()
123 const TabContents* contents, TabStripModel* tab_strip, int tab_index) { in CreateTabValue() argument
132 tab_strip && tab_index == tab_strip->active_index()); in CreateTabValue()
134 tab_strip && tab_strip->IsTabPinned(tab_index)); in CreateTabValue()
[all …]
Dextension_devtools_bridge.cc51 TabStripModel* tab_strip; in RegisterAsDevToolsClientHost() local
55 &browser, &tab_strip, in RegisterAsDevToolsClientHost()
Dextension_cookies_helpers.cc125 TabStripModel* tab_strip = browser->tabstrip_model(); in AppendToTabIdList() local
126 for (int i = 0; i < tab_strip->count(); ++i) { in AppendToTabIdList()
129 tab_strip->GetTabContentsAt(i)->tab_contents()))); in AppendToTabIdList()
Dextension_tabs_module.h33 TabStripModel* tab_strip,
47 TabStripModel** tab_strip,
Dextension_browsertests_misc.cc820 TabStripModel* tab_strip = browser()->tabstrip_model(); in IN_PROC_BROWSER_TEST_F() local
826 if (tab_strip->count() == 1) { in IN_PROC_BROWSER_TEST_F()
829 ASSERT_EQ(2, tab_strip->count()); in IN_PROC_BROWSER_TEST_F()
832 tab_strip->GetTabContentsAt(1)->tab_contents()->GetURL()); in IN_PROC_BROWSER_TEST_F()
Dextension_browser_event_router.cc486 TabStripModel* tab_strip = NULL; in TabPinnedStateChanged() local
490 contents->tab_contents(), &tab_strip, &tab_index)) { in TabPinnedStateChanged()
493 tab_strip->IsTabPinned(tab_index)); in TabPinnedStateChanged()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller_unittest.mm115 scoped_nsobject<TabStripView> tab_strip(
117 [parent addSubview:tab_strip.get()];
121 [tab_strip addSubview:new_tab_button.get()];
122 [tab_strip setNewTabButton:new_tab_button.get()];
128 initWithView:static_cast<TabStripView*>(tab_strip.get())
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab_strip.cc49 RemoveTabDelegate(BaseTabStrip* tab_strip, BaseTab* tab) in RemoveTabDelegate() argument
50 : tabstrip_(tab_strip), in RemoveTabDelegate()
Ddragged_tab_controller.h66 static bool IsAttachedTo(BaseTabStrip* tab_strip);
Ddragged_tab_controller.cc380 bool DraggedTabController::IsAttachedTo(BaseTabStrip* tab_strip) { in IsAttachedTo() argument
382 instance_->attached_tabstrip_ == tab_strip; in IsAttachedTo()
708 TabStrip* tab_strip = static_cast<TabStrip*>(attached_tabstrip_); in MoveAttached() local
714 tab_strip->GetCurrentTabWidths(&unselected, &selected); in MoveAttached()