HomeSort by relevance Sort by last modified time
    Searched refs:npp_ (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_instance.cc 30 npp_(0),
60 npp_ = new NPP_t();
61 npp_->ndata = 0;
62 npp_->pdata = 0;
74 if (npp_ != 0) {
75 delete npp_;
76 npp_ = 0;
157 npp_->ndata = this;
221 (NPMIMEType)mime_type_.c_str(), npp_, mode, argc, argn, argv, NULL);
232 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 97 scoped_ptr<struct _NPP> npp_; member in class:content::PluginChannel
plugin_channel.cc 244 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 363 scoped_ptr<struct _NPP> npp_; member in class:content::BrowserPlugin
browser_plugin.cc     [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 261 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 250 npp_ = plugin_delegate->GetPluginNPP();
297 return npp_;
503 npp_(NULL),
    [all...]
webplugin_delegate_proxy.cc 217 npp_(new NPP_t),
753 return npp_.get();
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 844 scoped_ptr<struct _NPP> npp_; member in class:content::PepperPluginInstanceImpl
    [all...]
pepper_plugin_instance_impl.cc 492 npp_(new NPP_t),
    [all...]

Completed in 385 milliseconds