OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
252
bool AutomationProxy::
WaitForWindowCountToBecome
(int count) {
/external/chromium_org/chrome/test/perf/
memory_test.cc
178
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 78 milliseconds