Searched refs:npp_ (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/child/npapi/ |
D | plugin_instance.cc | 33 npp_(0), in PluginInstance() 63 npp_ = new NPP_t(); in PluginInstance() 64 npp_->ndata = 0; in PluginInstance() 65 npp_->pdata = 0; in PluginInstance() 77 if (npp_ != 0) { in ~PluginInstance() 78 delete npp_; in ~PluginInstance() 79 npp_ = 0; in ~PluginInstance() 160 npp_->ndata = this; in Start() 225 (NPMIMEType)mime_type_.c_str(), npp_, mode, argc, argn, argv, NULL); in NPP_New() 236 npp_functions_->destroy(npp_, &savedData); in NPP_Destroy() [all …]
|
D | plugin_instance.h | 76 NPP npp() { return npp_; } in npp() 289 NPP npp_; variable
|
/external/chromium_org/content/plugin/ |
D | plugin_channel.cc | 246 npp_(new struct _NPP) { in PluginChannel() 253 SetDefaultNPObjectOwner(npp_.get()); in PluginChannel() 254 WebBindings::registerObjectOwner(npp_.get()); in PluginChannel()
|
D | plugin_channel.h | 100 scoped_ptr<struct _NPP> npp_; variable
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.cc | 242 npp_ = plugin_delegate->GetPluginNPP(); in initialize() 288 return npp_; in pluginNPP() 540 npp_(NULL), in WebPluginImpl() 1439 npp_ = plugin_delegate->GetPluginNPP(); in ReinitializePluginForResponse()
|
D | webplugin_delegate_proxy.h | 280 scoped_ptr<NPP_t> npp_; variable
|
D | webplugin_impl.h | 293 struct _NPP* npp_; variable
|
D | webplugin_delegate_proxy.cc | 215 npp_(new NPP_t), in WebPluginDelegateProxy() 752 return npp_.get(); in GetPluginNPP()
|