Home
last modified time | relevance | path

Searched refs:app_launched_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/automation/
Dautomation_proxy.cc100 : app_launched_(true, false), in AutomationProxy()
181 if (app_launched_.TimedWait(action_timeout_)) { in WaitForAppLaunch()
205 app_launched_.Signal(); in SignalAppLaunch()
Dautomation_proxy.h229 base::WaitableEvent app_launched_; variable