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

/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc33 npp_(0),
63 npp_ = new NPP_t();
64 npp_->ndata = 0;
65 npp_->pdata = 0;
77 if (npp_ != 0) {
78 delete npp_;
79 npp_ = 0;
160 npp_->ndata = this;
225 (NPMIMEType)mime_type_.c_str(), npp_, mode, argc, argn, argv, NULL);
236 npp_functions_->destroy(npp_,
[all...]
H A Dplugin_instance.h76 NPP npp() { return npp_; }
289 NPP npp_; member in class:content::PluginInstance
/external/chromium_org/content/plugin/
H A Dplugin_channel.h100 scoped_ptr<struct _NPP> npp_; member in class:content::PluginChannel
H A Dplugin_channel.cc246 npp_(new struct _NPP) {
251 // Register |npp_| as the default owner for any object we receive via IPC,
253 SetDefaultNPObjectOwner(npp_.get());
254 WebBindings::registerObjectOwner(npp_.get());
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h280 scoped_ptr<NPP_t> npp_; member in class:content::WebPluginDelegateProxy
H A Dwebplugin_impl.cc242 npp_ = plugin_delegate->GetPluginNPP();
288 return npp_;
540 npp_(NULL),
1439 npp_ = plugin_delegate->GetPluginNPP();
H A Dwebplugin_impl.h293 struct _NPP* npp_; member in class:content::WebPluginImpl
H A Dwebplugin_delegate_proxy.cc215 npp_(new NPP_t),
752 return npp_.get();

Completed in 88 milliseconds