Home
last modified time | relevance | path

Searched refs:expected_tab_count (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc34 virtual void QuitBrowserAndRestore(int expected_tab_count) { in QuitBrowserAndRestore() argument
43 base::IntToString(expected_tab_count)); in QuitBrowserAndRestore()
432 int expected_tab_count = new_tab_count; in TEST_F() local
443 ASSERT_EQ(expected_tab_count, tab_count); in TEST_F()
445 for (int i = 0; i < expected_tab_count; ++i) { in TEST_F()
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc1316 int expected_tab_count = 1; in ProcessCmdLineImpl() local
1318 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()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_browsertest.cc212 int expected_tab_count) { in WaitForTabOpenOrCloseForBrowser() argument
214 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() argument
231 WaitForTabOpenOrCloseForBrowser(browser(), expected_tab_count); in WaitForTabOpenOrClose()