Searched defs:new_tab_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_dragging_test.cc472 int new_tab_count = 0; local
473 ASSERT_TRUE(browser->GetTabCount(&new_tab_count));
474 ASSERT_EQ(2, new_tab_count);
/external/chromium/chrome/browser/sessions/
H A Dsession_restore_uitest.cc426 int new_tab_count; local
427 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count));
428 ASSERT_EQ(tab_count + 2, new_tab_count);
432 int expected_tab_count = new_tab_count;
/external/chromium/chrome/browser/
H A Dtab_restore_uitest.cc73 int new_tab_count = 0; local
74 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count));
75 EXPECT_EQ(++tab_count, new_tab_count);
460 int new_tab_count; local
461 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count));
462 EXPECT_EQ(++tab_count, new_tab_count);
507 int new_tab_count; local
508 ASSERT_TRUE(browser_proxy->GetTabCount(&new_tab_count));
509 EXPECT_EQ(++tab_count, new_tab_count);
/external/chromium/chrome/browser/ui/tests/
H A Dbrowser_uitest.cc122 int new_tab_count = -1; local
123 ASSERT_TRUE(window->GetTabCount(&new_tab_count));
124 ASSERT_EQ(orig_tab_count + 1, new_tab_count);
178 int new_tab_count = -1; local
179 ASSERT_TRUE(window->GetTabCount(&new_tab_count));
180 ASSERT_EQ(orig_tab_count + 1, new_tab_count);

Completed in 157 milliseconds