Searched refs:tab_strip_model2 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1077 TabStripModel* tab_strip_model2 = browser2->tab_strip_model(); local
1078 EXPECT_EQ(1, tab_strip_model2->count());
1083 // active tab at index 1 to |tab_strip_model2|.
1085 tab_strip_model2->InsertWebContentsAt(1,
1089 EXPECT_EQ(2, tab_strip_model2->count());
1094 tab_strip_model2->CloseAllTabs();

Completed in 152 milliseconds