Home | History | Annotate | Download | only in common

Lines Matching defs:PluginList

29 // The PluginList is responsible for loading our NPAPI based plugins. It does
37 class CONTENT_EXPORT PluginList {
39 // Gets the one instance of the PluginList.
40 static PluginList* Singleton();
73 // be loaded using PluginList::LoadPlugin().
155 virtual ~PluginList();
171 friend struct base::DefaultLazyInstanceTraits<PluginList>;
173 PluginList();
232 // Callback that is invoked whenever the PluginList will reload the plugins.
243 DISALLOW_COPY_AND_ASSIGN(PluginList);