Home
last modified time | relevance | path

Searched refs:WaitForWindowCountToBecome (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/test/automation/
Dautomation_proxy.h111 bool WaitForWindowCountToBecome(int target_count) WARN_UNUSED_RESULT;
Dautomation_proxy.cc252 bool AutomationProxy::WaitForWindowCountToBecome(int count) { in WaitForWindowCountToBecome() function in AutomationProxy
/external/chromium/chrome/browser/
Dtab_restore_uitest.cc278 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(1)); in TEST_F()
422 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(1)); in TEST_F()
/external/chromium_org/chrome/test/perf/
Dmemory_test.cc178 EXPECT_TRUE(automation()->WaitForWindowCountToBecome( in RunTest()
/external/chromium/chrome/browser/ui/tests/
Dbrowser_uitest.cc221 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(1)); in TEST_F()
/external/chromium/chrome/browser/sessions/
Dsession_restore_uitest.cc356 ASSERT_TRUE(automation()->WaitForWindowCountToBecome(2)); in TEST_F()