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

/external/chromium_org/content/plugin/
H A Dplugin_channel.h101 scoped_ptr<struct _NPP> npp_; member in class:content::PluginChannel
/external/chromium_org/webkit/renderer/
H A Dcpp_bound_class.h140 scoped_ptr<NPP_t> npp_; member in class:webkit_glue::CppBoundClass
H A Dcpp_variant_unittest.cc82 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/npapi/
H A Dwebplugin_delegate_proxy.h279 scoped_ptr<NPP_t> npp_; member in class:content::WebPluginDelegateProxy
H A Dwebplugin_impl.h300 struct _NPP* npp_; member in class:content::WebPluginImpl
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h367 scoped_ptr<struct _NPP> npp_; member in class:content::BrowserPlugin
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h76 NPP npp() { return npp_; }
289 NPP npp_; member in class:content::PluginInstance
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h848 scoped_ptr<struct _NPP> npp_; member in class:content::PepperPluginInstanceImpl

Completed in 253 milliseconds