Home | History | Annotate | Download | only in automation

Lines Matching defs:automation

5 #include "chrome/test/automation/proxy_launcher.h"
26 #include "chrome/test/automation/automation_proxy.h"
141 << "Error while awaiting automation ping from browser process";
260 EXPECT_TRUE(automation()->GetBrowserWindowCount(&window_count));
266 automation()->GetBrowserWindow(0);
270 EXPECT_TRUE(automation()->GetBrowserWindowCount(&window_count));
280 automation()->GetBrowserWindow(0);
289 automation()->GetBrowserWindow(0);
300 // Now, drop the automation IPC channel so that the automation provider in
327 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
334 // Now, drop the automation IPC channel so that the automation provider in
514 AutomationProxy* ProxyLauncher::automation() const {
579 automation::kSleepTime);
609 channel_id.append(automation::kNamedInterfacePrefix).append(channel_id_);