Home | History | Annotate | Download | only in sessions

Lines Matching defs:tab_count

67     int tab_count = browser->tab_strip_model()->count();
68 EXPECT_EQ(starting_tab_count + how_many, tab_count);
69 return tab_count;
100 int tab_count = browser->tab_strip_model()->count();
101 ASSERT_GT(tab_count, 0);
119 EXPECT_EQ(++tab_count, browser->tab_strip_model()->count());
163 int tab_count = AddSomeTabs(browser(), 1);
165 int closed_tab_index = tab_count - 1;
373 int tab_count = browser()->tab_strip_model()->count();
379 EXPECT_EQ(++tab_count, browser()->tab_strip_model()->count());
383 browser()->tab_strip_model()->GetWebContentsAt(tab_count - 1);
404 ASSERT_NO_FATAL_FAILURE(RestoreTab(0, tab_count - 1));
431 int tab_count = browser()->tab_strip_model()->count();
437 EXPECT_EQ(++tab_count, browser()->tab_strip_model()->count());
461 ASSERT_NO_FATAL_FAILURE(RestoreTab(0, tab_count - 1));