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

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc1057 TabStripModel* tab_strip_model1 = browser()->tab_strip_model(); local
1058 EXPECT_EQ(1, tab_strip_model1->count());
1070 EXPECT_EQ(2, tab_strip_model1->count());
1082 // Detach a tab at index 1 (app1) from |tab_strip_model1| and insert it as an
1084 content::WebContents* detached_tab = tab_strip_model1->DetachWebContentsAt(1);
1088 EXPECT_EQ(1, tab_strip_model1->count());
1093 tab_strip_model1->CloseAllTabs();

Completed in 64 milliseconds