Searched refs:WebHelperPluginImpl (Results 1 – 13 of 13) sorted by relevance
85 explicit HelperPluginChromeClient(WebHelperPluginImpl* widget) in HelperPluginChromeClient()105 WebHelperPluginImpl* m_widget;135 WebHelperPluginImpl::WebHelperPluginImpl(WebWidgetClient* client) in WebHelperPluginImpl() function in blink::WebHelperPluginImpl143 WebHelperPluginImpl::~WebHelperPluginImpl() in ~WebHelperPluginImpl()148 bool WebHelperPluginImpl::initialize(const String& pluginType, const WebDocument& hostDocument, Web… in initialize()156 void WebHelperPluginImpl::closeHelperPlugin() in closeHelperPlugin()176 void WebHelperPluginImpl::initializeFrame(WebFrameClient* client) in initializeFrame()186 WebPlugin* WebHelperPluginImpl::getPlugin() in getPlugin()210 bool WebHelperPluginImpl::initializePage(const String& pluginType, const WebDocument& hostDocument) in initializePage()235 void WebHelperPluginImpl::destroyPage() in destroyPage()[all …]
53 class WebHelperPluginImpl : public WebHelperPlugin,54 public RefCounted<WebHelperPluginImpl> {55 WTF_MAKE_NONCOPYABLE(WebHelperPluginImpl);59 virtual ~WebHelperPluginImpl();68 explicit WebHelperPluginImpl(WebWidgetClient*);89 inline WebHelperPluginImpl* toWebHelperPluginImpl(WebWidget* widget) in toWebHelperPluginImpl()92 return static_cast<WebHelperPluginImpl*>(widget); in toWebHelperPluginImpl()
55 class WebHelperPluginImpl; variable165 RefPtr<WebHelperPluginImpl> m_helperPlugin;
104 class WebHelperPluginImpl; variable475 …WebHelperPluginImpl* createHelperPlugin(const String& pluginType, const WebDocument& hostDocument);476 void closeHelperPluginSoon(PassRefPtr<WebHelperPluginImpl>);827 Vector<RefPtr<WebHelperPluginImpl> > m_helperPluginsPendingClose;
163 'WebHelperPluginImpl.cpp',164 'WebHelperPluginImpl.h',
1589 WebHelperPluginImpl* WebViewImpl::createHelperPlugin(const String& pluginType, const WebDocument& h… in createHelperPlugin()1593 WebHelperPluginImpl* helperPlugin = toWebHelperPluginImpl(popupWidget); in createHelperPlugin()1602 void WebViewImpl::closeHelperPluginSoon(PassRefPtr<WebHelperPluginImpl> helperPlugin) in closeHelperPluginSoon()1614 Vector<RefPtr<WebHelperPluginImpl> > helperPlugins; in closePendingHelperPlugins()1616 for (Vector<RefPtr<WebHelperPluginImpl> >::iterator it = helperPlugins.begin(); in closePendingHelperPlugins()
191 third_party/WebKit/Source/web/WebHelperPluginImpl.cpp \
1212 …WebHelperPluginImpl* helperPlugin = webViewImpl->createHelperPlugin("dummy-plugin-type", frame->do… in TEST_F()