Home
last modified time | relevance | path

Searched refs:new_tab_count (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/tests/
Dbrowser_uitest.cc122 int new_tab_count = -1; in TEST_F() local
123 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() local
179 ASSERT_TRUE(window->GetTabCount(&new_tab_count)); in TEST_F()
180 ASSERT_EQ(orig_tab_count + 1, new_tab_count); in TEST_F()
/external/chromium/chrome/browser/
Dtab_restore_uitest.cc73 int new_tab_count = 0; in RestoreTab() local
74 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() local
461 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() local
508 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count)); in TEST_F()
509 EXPECT_EQ(++tab_count, new_tab_count); in TEST_F()
/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc426 int new_tab_count; in TEST_F() local
427 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()
/external/chromium_org/chrome/test/perf/
Dtab_switching_test.cc92 int new_tab_count = OpenTabs(); in RunTabSwitchingUITest() local
95 ASSERT_EQ(initial_tab_count + new_tab_count, tab_count); in RunTabSwitchingUITest()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab_dragging_test.cc472 int new_tab_count = 0; in TEST_F() local
473 ASSERT_TRUE(browser->GetTabCount(&new_tab_count)); in TEST_F()
474 ASSERT_EQ(2, new_tab_count); in TEST_F()