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

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate.h83 virtual struct _NPP* GetPluginNPP() = 0;
H A Dwebplugin_delegate_impl.cc188 NPP WebPluginDelegateImpl::GetPluginNPP() { function in class:content::WebPluginDelegateImpl
H A Dwebplugin_delegate_impl.h93 virtual NPP GetPluginNPP() OVERRIDE;
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc46 NPP owner = delegate->GetPluginNPP();
198 WebBindings::registerObjectOwner(delegate_->GetPluginNPP());
203 delegate_->GetPluginNPP());
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h68 virtual struct _NPP* GetPluginNPP() OVERRIDE;
H A Dwebplugin_delegate_proxy.cc362 channel_host_->AddMappingForNPObjectOwner(instance_id_, GetPluginNPP());
745 channel_host_.get(), route_id, 0, page_url_, GetPluginNPP());
750 NPP WebPluginDelegateProxy::GetPluginNPP() { function in class:content::WebPluginDelegateProxy
H A Dwebplugin_impl.cc242 npp_ = plugin_delegate->GetPluginNPP();
1439 npp_ = plugin_delegate->GetPluginNPP();

Completed in 81 milliseconds