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

  /external/chromium_org/chrome/test/automation/
proxy_launcher.h 85 bool ConnectToRunningBrowser(bool wait_for_initial_loads) WARN_UNUSED_RESULT;
143 // Paired with ConnectToRunningBrowser().
proxy_launcher.cc 176 bool ProxyLauncher::ConnectToRunningBrowser(bool wait_for_initial_loads) {
593 if (!ConnectToRunningBrowser(wait_for_initial_loads)) {
594 LOG(ERROR) << "Failed to ConnectToRunningBrowser";
  /external/chromium_org/chrome/test/ui/
ui_test.h 58 void ConnectToRunningBrowser();
ui_test.cc 221 void UITestBase::ConnectToRunningBrowser() {
222 ASSERT_TRUE(launcher_->ConnectToRunningBrowser(wait_for_initial_loads_));

Completed in 91 milliseconds