HomeSort by relevance Sort by last modified time
    Searched refs:new_tab_count (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 122 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);
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 73 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/sessions/
session_restore_uitest.cc 426 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/ui/views/tabs/
tab_dragging_test.cc 472 int new_tab_count = 0; local
473 ASSERT_TRUE(browser->GetTabCount(&new_tab_count));
474 ASSERT_EQ(2, new_tab_count);

Completed in 211 milliseconds