Searched defs:RunCommandAsync (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/automation/
H A Dbrowser_proxy.cc160 return RunCommandAsync(id);
200 bool BrowserProxy::RunCommandAsync(int browser_command) const { function in class:BrowserProxy
/external/chromium_org/chrome/test/reliability/
H A Dautomated_ui_test_base.cc91 if (!RunCommandAsync(IDC_FIND))
188 bool AutomatedUITestBase::RunCommandAsync(int browser_command) { function in class:AutomatedUITestBase
195 if (!browser->RunCommandAsync(browser_command)) {

Completed in 72 milliseconds