Home | History | Annotate | Download | only in npapi

Lines Matching refs:PluginInstance

43 // A PluginInstance is an active, running instance of a Plugin.
45 class PluginInstance : public base::RefCountedThreadSafe<PluginInstance> {
47 // Create a new instance of a plugin. The PluginInstance
49 PluginInstance(PluginLib* plugin, const std::string &mime_type);
247 friend class base::RefCountedThreadSafe<PluginInstance>;
260 ~PluginInstance();
279 // following member just adds a 96 byte padding to our PluginInstance class
352 DISALLOW_COPY_AND_ASSIGN(PluginInstance);
361 ScopedCurrentPluginEvent(PluginInstance* instance, NPCocoaEvent* event);
365 scoped_refptr<PluginInstance> instance_;