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

  /external/chromium_org/chrome/test/automation/
browser_proxy.h 92 bool WaitForTabCountToBecome(int count) WARN_UNUSED_RESULT;
browser_proxy.cc 163 bool BrowserProxy::WaitForTabCountToBecome(int count) {
  /external/chromium/chrome/common/
logging_chrome_uitest.cc 180 ASSERT_TRUE(browser->WaitForTabCountToBecome(1));
  /external/chromium/chrome/browser/ui/views/tabs/
tab_dragging_test.cc 88 ASSERT_TRUE(browser->WaitForTabCountToBecome(initial_tab_count + 2));
186 ASSERT_TRUE(browser->WaitForTabCountToBecome(initial_tab_count + 2));
293 ASSERT_TRUE(browser->WaitForTabCountToBecome(initial_tab_count + 2));
403 ASSERT_TRUE(browser->WaitForTabCountToBecome(initial_tab_count + 2));
  /external/chromium/chrome/browser/
unload_uitest.cc 455 ASSERT_TRUE(browser->WaitForTabCountToBecome(2));
462 ASSERT_TRUE(browser->WaitForTabCountToBecome(1));
tab_restore_uitest.cc 559 ASSERT_TRUE(browser_proxy->WaitForTabCountToBecome(initial_tab_count + 1));
564 ASSERT_TRUE(browser_proxy->WaitForTabCountToBecome(initial_tab_count + 2));
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h     [all...]
testing_automation_provider.cc 395 WaitForTabCountToBecome)
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.h     [all...]
testing_automation_provider.cc 379 WaitForTabCountToBecome)
    [all...]

Completed in 492 milliseconds