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

  /external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.h 52 class WebHelperPluginImpl : public WebHelperPlugin,
53 public RefCounted<WebHelperPluginImpl> {
54 WTF_MAKE_NONCOPYABLE(WebHelperPluginImpl);
58 virtual ~WebHelperPluginImpl();
67 explicit WebHelperPluginImpl(WebWidgetClient*);
WebHelperPluginImpl.cpp 32 #include "WebHelperPluginImpl.h"
84 explicit HelperPluginChromeClient(WebHelperPluginImpl* widget)
104 WebHelperPluginImpl* m_widget;
107 // WebHelperPluginImpl ----------------------------------------------------------------
109 WebHelperPluginImpl::WebHelperPluginImpl(WebWidgetClient* client)
116 WebHelperPluginImpl::~WebHelperPluginImpl()
121 bool WebHelperPluginImpl::initialize(const String& pluginType, const WebDocument& hostDocument, WebViewImpl* webView)
129 void WebHelperPluginImpl::closeHelperPlugin(
    [all...]

Completed in 801 milliseconds