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

  /external/chromium/chrome/browser/
tab_restore_uitest.cc 67 int new_window_count = 0; local
68 ASSERT_TRUE(automation()->GetBrowserWindowCount(&new_window_count));
69 EXPECT_EQ(++window_count, new_window_count);
549 int new_window_count = 0; local
550 ASSERT_TRUE(automation()->GetBrowserWindowCount(&new_window_count));
551 EXPECT_EQ(++window_count, new_window_count);
573 ASSERT_TRUE(automation()->GetBrowserWindowCount(&new_window_count));
574 EXPECT_EQ(window_count - 1, new_window_count);
580 ASSERT_TRUE(automation()->GetBrowserWindowCount(&new_window_count));
581 EXPECT_EQ(window_count, new_window_count);
    [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_browsertest.cc 115 int new_window_count = static_cast<int>(active_browser_list_->size()); local
116 EXPECT_EQ(++window_count, new_window_count);

Completed in 779 milliseconds