Searched refs:expected_tab_count (Results 1 – 3 of 3) sorted by relevance
34 virtual void QuitBrowserAndRestore(int expected_tab_count) { in QuitBrowserAndRestore() argument43 base::IntToString(expected_tab_count)); in QuitBrowserAndRestore()432 int expected_tab_count = new_tab_count; in TEST_F() local443 ASSERT_EQ(expected_tab_count, tab_count); in TEST_F()445 for (int i = 0; i < expected_tab_count; ++i) { in TEST_F()
1316 int expected_tab_count = 1; in ProcessCmdLineImpl() local1318 expected_tab_count = 0; in ProcessCmdLineImpl()1323 expected_tab_count = 0; in ProcessCmdLineImpl()1328 base::StringToInt(restore_session_value, &expected_tab_count); in ProcessCmdLineImpl()1332 expected_tab_count = in ProcessCmdLineImpl()1338 static_cast<size_t>(expected_tab_count))) in ProcessCmdLineImpl()
212 int expected_tab_count) { in WaitForTabOpenOrCloseForBrowser() argument214 if (tab_count == expected_tab_count) in WaitForTabOpenOrCloseForBrowser()219 (tab_count < expected_tab_count ? in WaitForTabOpenOrCloseForBrowser()224 while (!HasFailure() && browser->tab_count() != expected_tab_count) in WaitForTabOpenOrCloseForBrowser()227 ASSERT_EQ(expected_tab_count, browser->tab_count()); in WaitForTabOpenOrCloseForBrowser()230 void WaitForTabOpenOrClose(int expected_tab_count) { in WaitForTabOpenOrClose() argument231 WaitForTabOpenOrCloseForBrowser(browser(), expected_tab_count); in WaitForTabOpenOrClose()