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

  /external/chromium_org/chrome/test/perf/
mach_ports_test.cc 69 ASSERT_EQ(AUTOMATION_SUCCESS, automation()->WaitForAppLaunch());
  /external/chromium_org/chrome/test/automation/
automation_proxy.h 85 AutomationLaunchResult WaitForAppLaunch();
198 // method after WaitForAppLaunch() has returned SUCCESS or VERSION_MISMATCH.
205 // a version check when WaitForAppLaunch() is called. Note that
automation_proxy.cc 180 AutomationLaunchResult AutomationProxy::WaitForAppLaunch() {
proxy_launcher.cc 139 AutomationLaunchResult app_launched = automation_proxy_->WaitForAppLaunch();
  /external/chromium_org/chrome_frame/
chrome_frame_automation.cc 334 launch_result_ = proxy->WaitForAppLaunch();
    [all...]

Completed in 48 milliseconds