Searched refs:new_tab_count (Results 1 – 5 of 5) sorted by relevance
122 int new_tab_count = -1; in TEST_F() local123 ASSERT_TRUE(window->GetTabCount(&new_tab_count)); in TEST_F()124 ASSERT_EQ(orig_tab_count + 1, new_tab_count); in TEST_F()178 int new_tab_count = -1; in TEST_F() local179 ASSERT_TRUE(window->GetTabCount(&new_tab_count)); in TEST_F()180 ASSERT_EQ(orig_tab_count + 1, new_tab_count); in TEST_F()
73 int new_tab_count = 0; in RestoreTab() local74 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count)); in RestoreTab()75 EXPECT_EQ(++tab_count, new_tab_count); in RestoreTab()460 int new_tab_count; in TEST_F() local461 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count)); in TEST_F()462 EXPECT_EQ(++tab_count, new_tab_count); in TEST_F()507 int new_tab_count; in TEST_F() local508 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count)); in TEST_F()509 EXPECT_EQ(++tab_count, new_tab_count); in TEST_F()
426 int new_tab_count; in TEST_F() local427 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count)); in TEST_F()428 ASSERT_EQ(tab_count + 2, new_tab_count); in TEST_F()432 int expected_tab_count = new_tab_count; in TEST_F()
92 int new_tab_count = OpenTabs(); in RunTabSwitchingUITest() local95 ASSERT_EQ(initial_tab_count + new_tab_count, tab_count); in RunTabSwitchingUITest()
472 int new_tab_count = 0; in TEST_F() local473 ASSERT_TRUE(browser->GetTabCount(&new_tab_count)); in TEST_F()474 ASSERT_EQ(2, new_tab_count); in TEST_F()