Home
last modified time | relevance | path

Searched refs:ChromeAndroidImpl (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
Dchrome_android_impl.cc12 ChromeAndroidImpl::ChromeAndroidImpl( in ChromeAndroidImpl() function in ChromeAndroidImpl
22 ChromeAndroidImpl::~ChromeAndroidImpl() {} in ~ChromeAndroidImpl()
24 std::string ChromeAndroidImpl::GetOperatingSystemName() { in GetOperatingSystemName()
28 Status ChromeAndroidImpl::QuitImpl() { in QuitImpl()
Dchrome_android_impl.h17 class ChromeAndroidImpl : public ChromeImpl {
19 ChromeAndroidImpl(
24 virtual ~ChromeAndroidImpl();
/external/chromium_org/chrome/test/chromedriver/
Dchrome_launcher.cc395 chrome->reset(new ChromeAndroidImpl(devtools_client.Pass(), in LaunchAndroidChrome()