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

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_impl.h28 class ChromeImpl : public Chrome { class in inherits:Chrome
30 virtual ~ChromeImpl();
45 ChromeImpl(
H A Dchrome_impl.cc14 ChromeImpl::~ChromeImpl() {
19 ChromeDesktopImpl* ChromeImpl::GetAsDesktop() {
23 const BrowserInfo* ChromeImpl::GetBrowserInfo() {
27 bool ChromeImpl::HasCrashedWebView() {
36 Status ChromeImpl::GetWebViewIds(std::list<std::string>* web_view_ids) {
101 Status ChromeImpl::GetWebViewById(const std::string& id, WebView** web_view) {
112 Status ChromeImpl::CloseWebView(const std::string& id) {
126 Status ChromeImpl::ActivateWebView(const std::string& id) {
130 bool ChromeImpl
141 ChromeImpl::ChromeImpl( function in class:ChromeImpl
[all...]

Completed in 335 milliseconds