Home
last modified time | relevance | path

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

/external/chromium_org/content/plugin/
Dwebplugin_delegate_stub.cc46 NPP owner = delegate->GetPluginNPP(); in DestroyWebPluginAndDelegate()
198 WebBindings::registerObjectOwner(delegate_->GetPluginNPP()); in OnInit()
203 delegate_->GetPluginNPP()); in OnInit()
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate.h83 virtual struct _NPP* GetPluginNPP() = 0;
Dwebplugin_delegate_impl.cc188 NPP WebPluginDelegateImpl::GetPluginNPP() { in GetPluginNPP() function in content::WebPluginDelegateImpl
Dwebplugin_delegate_impl.h99 virtual NPP GetPluginNPP() OVERRIDE;
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.cc368 channel_host_->AddMappingForNPObjectOwner(instance_id_, GetPluginNPP()); in Initialize()
745 channel_host_.get(), route_id, 0, page_url_, GetPluginNPP()); in GetPluginScriptableObject()
750 NPP WebPluginDelegateProxy::GetPluginNPP() { in GetPluginNPP() function in content::WebPluginDelegateProxy
Dwebplugin_delegate_proxy.h68 virtual struct _NPP* GetPluginNPP() OVERRIDE;
Dwebplugin_impl.cc241 npp_ = plugin_delegate->GetPluginNPP(); in initialize()
1416 npp_ = plugin_delegate->GetPluginNPP(); in ReinitializePluginForResponse()