Lines Matching full:extension
12 class Extension;
14 // Functions for providing information about the extension whitelist,
20 // from the command line, or when loaded as an unpacked extension).
23 // Returns true if the extension is allowed by the admin policy.
28 const Extension* extension,
31 // Returns false if the extension is required to remain running. In practice
33 bool UserMayModifySettings(const Extension* extension, string16* error);
35 // Returns false if the extension is required to remain running. In practice
37 bool MustRemainEnabled(const Extension* extension, string16* error);