Searched defs:WebViewImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dweb_view_impl.h36 class WebViewImpl : public WebView { class in inherits:WebView
38 WebViewImpl(const std::string& id,
41 WebViewImpl(const std::string& id,
45 virtual ~WebViewImpl();
H A Dweb_view_impl.cc116 WebViewImpl::WebViewImpl(const std::string& id, function in class:WebViewImpl
136 WebViewImpl::~WebViewImpl() {}
138 std::string WebViewImpl::GetId() {
142 bool WebViewImpl::WasCrashed() {
146 Status WebViewImpl::ConnectIfNecessary() {
150 Status WebViewImpl::HandleReceivedEvents() {
154 Status WebViewImpl::Load(const std::string& url) {
164 Status WebViewImpl
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp32 #include "web/WebViewImpl.h"
286 // Pass the WebViewImpl's self-reference to the caller.
287 return WebViewImpl::create(client);
290 WebViewImpl* WebViewImpl::create(WebViewClient* client)
292 // Pass the WebViewImpl's self-reference to the caller.
293 return adoptRef(new WebViewImpl(client)).leakRef();
329 void WebViewImpl::setMainFrame(WebFrame* frame)
337 void WebViewImpl::setAutofillClient(WebAutofillClient* autofillClient)
342 void WebViewImpl
367 WebViewImpl::WebViewImpl(WebViewClient* client) function in class:blink::WebViewImpl
[all...]

Completed in 166 milliseconds