GetPluginNPP       83 content/child/npapi/webplugin_delegate.h   virtual struct _NPP* GetPluginNPP() = 0;
GetPluginNPP       99 content/child/npapi/webplugin_delegate_impl.h   virtual NPP GetPluginNPP() OVERRIDE;
GetPluginNPP       46 content/plugin/webplugin_delegate_stub.cc     NPP owner = delegate->GetPluginNPP();
GetPluginNPP      198 content/plugin/webplugin_delegate_stub.cc     WebBindings::registerObjectOwner(delegate_->GetPluginNPP());
GetPluginNPP      203 content/plugin/webplugin_delegate_stub.cc                                          delegate_->GetPluginNPP());
GetPluginNPP      368 content/renderer/npapi/webplugin_delegate_proxy.cc   channel_host_->AddMappingForNPObjectOwner(instance_id_, GetPluginNPP());
GetPluginNPP      745 content/renderer/npapi/webplugin_delegate_proxy.cc       channel_host_.get(), route_id, 0, page_url_, GetPluginNPP());
GetPluginNPP       68 content/renderer/npapi/webplugin_delegate_proxy.h   virtual struct _NPP* GetPluginNPP() OVERRIDE;
GetPluginNPP      243 content/renderer/npapi/webplugin_impl.cc   npp_ = plugin_delegate->GetPluginNPP();
GetPluginNPP     1449 content/renderer/npapi/webplugin_impl.cc   npp_ = plugin_delegate->GetPluginNPP();