Home | History | Annotate | Download | only in plugins

Lines Matching refs:extension

11 #include "extensions/common/extension.h"
16 // An NPAPI plugin included in the extension.
24 bool is_public; // False if only this extension can load this plugin.
27 static const PluginVector* GetPlugins(const Extension* extension);
29 // Return true if the given |extension| has plugins, and false otherwise.
30 static bool HasPlugins(const Extension* extension);
39 virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
40 virtual bool Validate(const Extension* extension,