Searched refs:GetWrapperIndex (Results 1 – 7 of 7) sorted by relevance
98 int preview_tab_1_index = model->GetWrapperIndex(preview_tab_1); in TEST_F()99 int preview_tab_2_index = model->GetWrapperIndex(preview_tab_2); in TEST_F()
173 GetWrapperIndex(initiator_tab) + 1; in CreatePrintPreviewTab()
262 int GetWrapperIndex(const TabContents* contents) const;
334 int TabStripModel::GetWrapperIndex(const TabContents* contents) const { in GetWrapperIndex() function in TabStripModel985 int index = GetWrapperIndex(Source<TabContents>(source).ptr()); in Observe()
662 int tab_index = model->GetWrapperIndex(existing_tab); in OpenApplicationTab()668 tab_index = model->GetWrapperIndex(existing_tab); in OpenApplicationTab()2877 tabstrip_model()->GetWrapperIndex(source)); in OpenURLFromTab()2929 tabstrip_model()->GetWrapperIndex(source)); in AddNewContents()2943 tab_handler_->GetTabStripModel()->GetWrapperIndex(contents), false); in ActivateContents()2991 int index = tab_handler_->GetTabStripModel()->GetWrapperIndex(source); in CloseContents()3010 int index = tab_handler_->GetTabStripModel()->GetWrapperIndex(source); in DetachContents()3065 int index = tabstrip_model()->GetWrapperIndex(contents); in SetTabContentBlocked()3217 int index = tabstrip_model()->GetWrapperIndex(source); in ViewSourceForTab()3226 int index = tabstrip_model()->GetWrapperIndex(source); in ViewSourceForFrame()[all …]
270 int index_in_window = browser.tabstrip_model()->GetWrapperIndex(&tab); in WriteTabContentsToSyncModel()
190 int index = tab_strip->GetWrapperIndex(tab_contents); in GetTabStripModel()