/external/chromium_org/content/child/npapi/ |
plugin_instance.cc | 31 npp_(0), 61 npp_ = new NPP_t(); 62 npp_->ndata = 0; 63 npp_->pdata = 0; 75 if (npp_ != 0) { 76 delete npp_; 77 npp_ = 0; 158 npp_->ndata = this; 223 (NPMIMEType)mime_type_.c_str(), npp_, mode, argc, argn, argv, NULL); 234 npp_functions_->destroy(npp_, &savedData) [all...] |
plugin_instance.h | 76 NPP npp() { return npp_; } 289 NPP npp_; member in class:content::PluginInstance
|
/external/chromium_org/content/plugin/ |
plugin_channel.h | 101 scoped_ptr<struct _NPP> npp_; member in class:content::PluginChannel
|
plugin_channel.cc | 245 npp_(new struct _NPP) { 250 // Register |npp_| as the default owner for any object we receive via IPC, 252 SetDefaultNPObjectOwner(npp_.get()); 253 WebBindings::registerObjectOwner(npp_.get());
|
/external/chromium_org/webkit/renderer/ |
cpp_bound_class.cc | 180 CppBoundClass::CppBoundClass() : bound_to_frame_(false), npp_(new NPP_t) { 181 WebBindings::registerObjectOwner(npp_.get()); 191 WebBindings::unregisterObjectOwner(npp_.get()); 308 npp_.get(), &CppNPObject::np_class_);
|
cpp_bound_class.h | 140 scoped_ptr<NPP_t> npp_; member in class:webkit_glue::CppBoundClass
|
cpp_variant_unittest.cc | 82 CppVariantTest() : npp_(new struct _NPP) {} 86 WebBindings::registerObjectOwner(npp_.get()); 90 WebBindings::unregisterObjectOwner(npp_.get()); 93 struct _NPP* npp() { return npp_.get(); } 98 return WebBindings::createObject(npp_.get(), &void_class); 102 scoped_ptr<struct _NPP> npp_; member in class:CppVariantTest
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.h | 367 scoped_ptr<struct _NPP> npp_; member in class:content::BrowserPlugin
|
browser_plugin.cc | [all...] |
/external/chromium_org/content/renderer/npapi/ |
webplugin_delegate_proxy.h | 279 scoped_ptr<NPP_t> npp_; member in class:content::WebPluginDelegateProxy
|
webplugin_impl.h | 300 struct _NPP* npp_; member in class:content::WebPluginImpl
|
webplugin_impl.cc | 241 npp_ = plugin_delegate->GetPluginNPP(); 287 return npp_; 495 npp_(NULL), [all...] |
webplugin_delegate_proxy.cc | 221 npp_(new NPP_t), 752 return npp_.get(); [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_instance_impl.h | 848 scoped_ptr<struct _NPP> npp_; member in class:content::PepperPluginInstanceImpl [all...] |
pepper_plugin_instance_impl.cc | 527 npp_(new NPP_t), [all...] |