_NPP              125 components/plugins/renderer/webview_plugin.cc struct _NPP* WebViewPlugin::pluginNPP() { return NULL; }
_NPP               75 components/plugins/renderer/webview_plugin.h   virtual struct _NPP* pluginNPP();
_NPP              349 content/child/npapi/np_channel_base.cc                                                struct _NPP* owner) {
_NPP              355 content/child/npapi/np_channel_base.cc void NPChannelBase::SetDefaultNPObjectOwner(struct _NPP* owner) {
_NPP               35 content/child/npapi/np_channel_base.h struct hash<struct _NPP*> {
_NPP               36 content/child/npapi/np_channel_base.h   std::size_t operator()(struct _NPP* const& ptr) const {
_NPP               77 content/child/npapi/np_channel_base.h   void AddMappingForNPObjectOwner(int route_id, struct _NPP* owner);
_NPP               78 content/child/npapi/np_channel_base.h   void SetDefaultNPObjectOwner(struct _NPP* owner);
_NPP               83 content/child/npapi/np_channel_base.h   struct _NPP* GetExistingNPObjectOwner(int route_id);
_NPP               84 content/child/npapi/np_channel_base.h   int GetExistingRouteForNPObjectOwner(struct _NPP* owner);
_NPP              188 content/child/npapi/np_channel_base.h   typedef base::hash_map<int, struct _NPP*> RouteToOwnerMap;
_NPP              193 content/child/npapi/np_channel_base.h   struct _NPP* default_owner_;
_NPP               83 content/child/npapi/webplugin_delegate.h   virtual struct _NPP* GetPluginNPP() = 0;
_NPP              245 content/plugin/plugin_channel.cc       npp_(new struct _NPP) {
_NPP              101 content/plugin/plugin_channel.h   scoped_ptr<struct _NPP> npp_;
_NPP              148 content/renderer/browser_plugin/browser_plugin.h   virtual struct _NPP* pluginNPP() OVERRIDE;
_NPP              359 content/renderer/browser_plugin/browser_plugin.h   scoped_ptr<struct _NPP> npp_;
_NPP               27 content/renderer/java/java_bridge_channel.cc     : peer_owner_id_(new struct _NPP) {
_NPP               36 content/renderer/java/java_bridge_channel.h   scoped_ptr<struct _NPP> peer_owner_id_;
_NPP               68 content/renderer/npapi/webplugin_delegate_proxy.h   virtual struct _NPP* GetPluginNPP() OVERRIDE;
_NPP               76 content/renderer/npapi/webplugin_impl.h   virtual struct _NPP* pluginNPP();
_NPP              296 content/renderer/npapi/webplugin_impl.h   struct _NPP* npp_;
_NPP               63 content/renderer/pepper/pepper_plugin_instance_impl.h struct _NPP;
_NPP              509 content/renderer/pepper/pepper_plugin_instance_impl.h   struct _NPP* instanceNPP();
_NPP              869 content/renderer/pepper/pepper_plugin_instance_impl.h   scoped_ptr<struct _NPP> npp_;
_NPP               18 content/renderer/pepper/pepper_webplugin_impl.h struct _NPP;
_NPP               45 content/renderer/pepper/pepper_webplugin_impl.h   virtual struct _NPP* pluginNPP();