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

  /external/chromium_org/content/child/npapi/
plugin_instance.cc 33 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_, &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 100 scoped_ptr<struct _NPP> npp_; member in class:content::PluginChannel
plugin_channel.cc 246 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/browser_plugin/
browser_plugin.h 300 scoped_ptr<struct _NPP> npp_; member in class:content::BrowserPlugin
browser_plugin.cc 529 npp_.reset(new NPP_t);
566 // If the plugin was initialized then it has a valid |npp_| identifier, and
568 DCHECK(!npp_ || container_);
592 return npp_.get();
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 280 scoped_ptr<NPP_t> npp_; member in class:content::WebPluginDelegateProxy
webplugin_impl.cc 243 npp_ = plugin_delegate->GetPluginNPP();
289 return npp_;
541 npp_(NULL),
    [all...]
webplugin_impl.h 296 struct _NPP* npp_; member in class:content::WebPluginImpl
webplugin_delegate_proxy.cc 215 npp_(new NPP_t),
746 return npp_.get();
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 885 scoped_ptr<struct _NPP> npp_; member in class:content::PepperPluginInstanceImpl
    [all...]
pepper_plugin_instance_impl.cc 562 npp_(new NPP_t),
    [all...]

Completed in 2067 milliseconds