Home
last modified time | relevance | path

Searched refs:GetPluginElement (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin.h61 virtual NPObject* GetPluginElement() = 0;
Dplugin_host.cc719 NPObject *np_object = plugin->webplugin()->GetPluginElement(); in NPN_GetValue()
/external/chromium_org/content/plugin/
Dwebplugin_proxy.h61 virtual NPObject* GetPluginElement() OVERRIDE;
Dwebplugin_proxy.cc198 NPObject* WebPluginProxy::GetPluginElement() { in GetPluginElement() function in content::WebPluginProxy
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.h107 virtual NPObject* GetPluginElement() OVERRIDE;
Dwebplugin_delegate_proxy.cc987 npobject = plugin_->GetPluginElement(); in OnGetPluginElement()
Dwebplugin_impl.cc760 NPObject* WebPluginImpl::GetPluginElement() { in GetPluginElement() function in content::WebPluginImpl