Home | History | Annotate | Download | only in extensions

Lines Matching refs:extension

15 #include "chrome/common/extensions/extension.h"
19 class Extension;
21 // Contains extension data that needs to be accessed on the IO thread. It can
33 void AddExtension(const Extension* extension);
35 // Callback for when an extension is unloaded.
39 // Gets the name for the specified extension.
42 // Gets the path to the directory for the specified extension.
45 // Gets the path to the directory for the specified disabled extension.
48 // Returns true if the specified extension exists and has a non-empty web
52 // Returns true if the specified extension exists and can load in incognito
56 // Returns an empty string if the extension with |id| doesn't have a default
60 // Gets the effective host permissions for the extension with |id|.
64 // Determine whether a URL has access to the specified extension permission.
68 // Returns true if the specified URL references the icon for an extension.
72 // Map of extension info by extension id.
73 typedef std::map<std::string, scoped_refptr<const Extension> > Map;