Lines Matching full:extension
18 class Extension;
25 // Start loading the icon for the given extension.
26 void LoadIcon(const Extension* extension);
29 // entry specified in the extension's 'icon' section of the manifest, or a
30 // default extension icon.
33 // Removes the extension's icon from memory.
44 // Makes sure we've done one-time initialization of the default extension icon
52 // Used for loading extension icons.
55 // Maps extension id to an SkBitmap with the icon for that extension.
58 // Set of extension IDs waiting for icons to load.
61 // The default icon we'll use if an extension doesn't have one.