Home
last modified time | relevance | path

Searched refs:npp_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/child/npapi/
Dplugin_instance.cc33 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 …]
Dplugin_instance.h76 NPP npp() { return npp_; } in npp()
289 NPP npp_; variable
/external/chromium_org/content/plugin/
Dplugin_channel.cc246 npp_(new struct _NPP) { in PluginChannel()
253 SetDefaultNPObjectOwner(npp_.get()); in PluginChannel()
254 WebBindings::registerObjectOwner(npp_.get()); in PluginChannel()
Dplugin_channel.h100 scoped_ptr<struct _NPP> npp_; variable
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc242 npp_ = plugin_delegate->GetPluginNPP(); in initialize()
288 return npp_; in pluginNPP()
540 npp_(NULL), in WebPluginImpl()
1439 npp_ = plugin_delegate->GetPluginNPP(); in ReinitializePluginForResponse()
Dwebplugin_delegate_proxy.h280 scoped_ptr<NPP_t> npp_; variable
Dwebplugin_impl.h293 struct _NPP* npp_; variable
Dwebplugin_delegate_proxy.cc215 npp_(new NPP_t), in WebPluginDelegateProxy()
752 return npp_.get(); in GetPluginNPP()