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

  /packages/apps/Camera/src/com/android/camera/
ProxyLauncher.java 23 public class ProxyLauncher extends Activity {
  /packages/apps/Camera2/src/com/android/camera/
ProxyLauncher.java 23 public class ProxyLauncher extends Activity {
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 105 // ProxyLauncher functions
108 const char ProxyLauncher::kDefaultInterfaceId[] = "ChromeTestingInterface";
110 const char ProxyLauncher::kDefaultInterfaceId[] =
114 ProxyLauncher::ProxyLauncher()
136 ProxyLauncher::~ProxyLauncher() {}
138 bool ProxyLauncher::WaitForBrowserLaunch(bool wait_for_initial_loads) {
161 bool ProxyLauncher::LaunchBrowserAndServer(const LaunchState& state,
176 bool ProxyLauncher::ConnectToRunningBrowser(bool wait_for_initial_loads)
    [all...]
proxy_launcher.h 21 // Base class for all ProxyLauncher implementations. Contains functionality
28 class ProxyLauncher {
63 ProxyLauncher();
65 virtual ~ProxyLauncher();
204 DISALLOW_COPY_AND_ASSIGN(ProxyLauncher);
211 class NamedProxyLauncher : public ProxyLauncher {
236 class AnonymousProxyLauncher : public ProxyLauncher {

Completed in 77 milliseconds