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

  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl.h 32 class WebViewImpl : public WebView {
34 WebViewImpl(const std::string& id,
38 virtual ~WebViewImpl();
web_view_impl.cc 113 WebViewImpl::WebViewImpl(const std::string& id,
128 WebViewImpl::~WebViewImpl() {}
130 std::string WebViewImpl::GetId() {
134 Status WebViewImpl::ConnectIfNecessary() {
138 Status WebViewImpl::HandleReceivedEvents() {
142 Status WebViewImpl::Load(const std::string& url) {
152 Status WebViewImpl::Reload() {
158 Status WebViewImpl::EvaluateScript(const std::string& frame
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 127 class WebViewImpl : public WebView
128 , public RefCounted<WebViewImpl>
324 // WebViewImpl
348 static WebViewImpl* fromPage(WebCore::Page*);
581 friend class WTF::RefCounted<WebViewImpl>;
589 WebViewImpl(WebViewClient*);
590 virtual ~WebViewImpl();
649 void closePendingHelperPlugins(WebCore::Timer<WebViewImpl>*);
695 // WebViewImpl since DragClient::startDrag does not pass the position the
    [all...]
WebViewImpl.cpp 32 #include "WebViewImpl.h"
270 // Pass the WebViewImpl's self-reference to the caller.
271 return adoptRef(new WebViewImpl(client)).leakRef();
314 void WebViewImpl::initializeMainFrame(WebFrameClient* frameClient)
323 void WebViewImpl::initializeHelperPluginFrame(WebFrameClient* client)
328 void WebViewImpl::setAutofillClient(WebAutofillClient* autofillClient)
333 void WebViewImpl::setDevToolsAgentClient(WebDevToolsAgentClient* devToolsClient)
341 void WebViewImpl::setValidationMessageClient(WebValidationMessageClient* client)
348 void WebViewImpl::setPermissionClient(WebPermissionClient* permissionClient)
354 void WebViewImpl::setPrerendererClient(WebPrerendererClient* prerendererClient
    [all...]

Completed in 148 milliseconds