Lines Matching refs:extension
20 class Extension;
82 virtual void OnApplicationDataChanged(const Extension* extension);
85 // Called when an extension is loaded to manage count of background apps.
88 // Called when an extension is unloaded to manage count of background apps.
91 // Invoked when an extension is installed so we can ensure that
92 // launch-on-startup is enabled if appropriate. |extension| can be NULL when
94 void OnBackgroundAppInstalled(const Extension* extension);
96 // Invoked when an extension is uninstalled so we can ensure that
106 void DisplayAppInstalledNotification(const Extension* extension);
134 // Updates the status icon's context menu entry corresponding to |extension|
135 // to use the icon associated with |extension| in the
137 void UpdateContextMenuEntryIcon(const Extension* extension);