HomeSort by relevance Sort by last modified time
    Searched defs:expected_tab_count (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 191 int expected_tab_count) {
193 if (tab_count == expected_tab_count)
198 (tab_count < expected_tab_count) ?
204 browser->tab_strip_model()->count() != expected_tab_count) {
208 ASSERT_EQ(expected_tab_count, browser->tab_strip_model()->count());
211 void WaitForTabOpenOrClose(int expected_tab_count) {
212 WaitForTabOpenOrCloseForBrowser(browser(), expected_tab_count); local
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 1111 int expected_tab_count = browser->tab_strip_model()->count(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 607 int expected_tab_count = static_cast<int>(arraysize(kStartupURLs)); local
608 EXPECT_EQ(expected_tab_count, tabs->count());
609 for (int i = 0; i < expected_tab_count && i < tabs->count(); ++i) {
    [all...]

Completed in 641 milliseconds