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

  /external/chromium_org/chrome/test/automation/
automation_proxy.h 111 bool WaitForWindowCountToBecome(int target_count) WARN_UNUSED_RESULT;
automation_proxy.cc 253 bool AutomationProxy::WaitForWindowCountToBecome(int count) {
  /external/chromium_org/chrome/test/perf/
memory_test.cc 177 EXPECT_TRUE(automation()->WaitForWindowCountToBecome(
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 278 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(1));
422 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(1));
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 221 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(1));
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 356 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(2));

Completed in 182 milliseconds