Searched refs:new_model (Results 1 – 3 of 3) sorted by relevance
658 TabStripModel* new_model = new_browser->tabstrip_model(); in IN_PROC_BROWSER_TEST_F() local659 EXPECT_TRUE(new_model->IsAppTab(0)); in IN_PROC_BROWSER_TEST_F()660 EXPECT_FALSE(new_model->IsAppTab(1)); in IN_PROC_BROWSER_TEST_F()661 EXPECT_FALSE(new_model->IsAppTab(2)); in IN_PROC_BROWSER_TEST_F()663 EXPECT_TRUE(new_model->IsTabPinned(0)); in IN_PROC_BROWSER_TEST_F()664 EXPECT_TRUE(new_model->IsTabPinned(1)); in IN_PROC_BROWSER_TEST_F()665 EXPECT_FALSE(new_model->IsTabPinned(2)); in IN_PROC_BROWSER_TEST_F()668 new_model->GetTabContentsAt(2)->tab_contents()->GetURL()); in IN_PROC_BROWSER_TEST_F()671 new_model->GetTabContentsAt(0)->extension_tab_helper()->extension_app() == in IN_PROC_BROWSER_TEST_F()
676 TabStripModel* new_model = new_browser->tabstrip_model(); in CompleteDrag() local677 new_model->SetTabPinned(new_model->GetIndexOfTabContents(dragged_contents_), in CompleteDrag()
1307 TabStripModel* new_model = new_browser->tabstrip_model(); in CompleteDrag() local1308 new_model->SetTabPinned( in CompleteDrag()1309 new_model->GetIndexOfTabContents(drag_data_[0].contents), in CompleteDrag()1312 new_model->InsertTabContentsAt( in CompleteDrag()