Searched refs:npp_ (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/content/child/npapi/ |
D | plugin_instance.cc | 31 npp_(0), in PluginInstance() 61 npp_ = new NPP_t(); in PluginInstance() 62 npp_->ndata = 0; in PluginInstance() 63 npp_->pdata = 0; in PluginInstance() 75 if (npp_ != 0) { in ~PluginInstance() 76 delete npp_; in ~PluginInstance() 77 npp_ = 0; in ~PluginInstance() 158 npp_->ndata = this; in Start() 223 (NPMIMEType)mime_type_.c_str(), npp_, mode, argc, argn, argv, NULL); in NPP_New() 234 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/webkit/renderer/ |
D | cpp_bound_class.cc | 180 CppBoundClass::CppBoundClass() : bound_to_frame_(false), npp_(new NPP_t) { in CppBoundClass() 181 WebBindings::registerObjectOwner(npp_.get()); in CppBoundClass() 191 WebBindings::unregisterObjectOwner(npp_.get()); in ~CppBoundClass() 308 npp_.get(), &CppNPObject::np_class_); in GetAsCppVariant()
|
D | cpp_variant_unittest.cc | 82 CppVariantTest() : npp_(new struct _NPP) {} in CppVariantTest() 86 WebBindings::registerObjectOwner(npp_.get()); in SetUp() 90 WebBindings::unregisterObjectOwner(npp_.get()); in TearDown() 93 struct _NPP* npp() { return npp_.get(); } in npp() 98 return WebBindings::createObject(npp_.get(), &void_class); in MakeVoidObject() 102 scoped_ptr<struct _NPP> npp_; member in CppVariantTest
|
D | cpp_bound_class.h | 140 scoped_ptr<NPP_t> npp_; variable
|
/external/chromium_org/content/plugin/ |
D | plugin_channel.cc | 245 npp_(new struct _NPP) { in PluginChannel() 252 SetDefaultNPObjectOwner(npp_.get()); in PluginChannel() 253 WebBindings::registerObjectOwner(npp_.get()); in PluginChannel()
|
D | plugin_channel.h | 101 scoped_ptr<struct _NPP> npp_; variable
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.cc | 241 npp_ = plugin_delegate->GetPluginNPP(); in initialize() 287 return npp_; in pluginNPP() 495 npp_(NULL), in WebPluginImpl() 1416 npp_ = plugin_delegate->GetPluginNPP(); in ReinitializePluginForResponse()
|
D | webplugin_delegate_proxy.h | 279 scoped_ptr<NPP_t> npp_; variable
|
D | webplugin_impl.h | 300 struct _NPP* npp_; variable
|
D | webplugin_delegate_proxy.cc | 221 npp_(new NPP_t), in WebPluginDelegateProxy() 752 return npp_.get(); in GetPluginNPP()
|
/external/chromium_org/content/renderer/browser_plugin/ |
D | browser_plugin.cc | 897 npp_.reset(new NPP_t); in initialize() 949 DCHECK(!npp_ || container_); in destroy() 976 return npp_.get(); in pluginNPP()
|
D | browser_plugin.h | 367 scoped_ptr<struct _NPP> npp_; in NON_EXPORTED_BASE() local
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_plugin_instance_impl.h | 848 scoped_ptr<struct _NPP> npp_; variable
|
D | pepper_plugin_instance_impl.cc | 527 npp_(new NPP_t), in PepperPluginInstanceImpl() 2709 return npp_.get(); in instanceNPP()
|