Home | History | Annotate | Download | only in extensions

Lines Matching refs:extension

20 class Extension;
38 virtual ExtensionHost* CreateView(const Extension* extension,
45 ExtensionHost* CreatePopup(const Extension* extension,
49 ExtensionHost* CreateInfobar(const Extension* extension,
55 // Open the extension's options page.
56 void OpenOptionsPage(const Extension* extension, Browser* browser);
58 // Creates a new UI-less extension instance. Like CreateView, but not
60 virtual void CreateBackgroundHost(const Extension* extension,
63 // Gets the ExtensionHost for the background page for an extension, or NULL if
64 // the extension isn't running or doesn't have a background page.
65 ExtensionHost* GetBackgroundHostForExtension(const Extension* extension);
70 // Registers an extension process by |extension_id| and specifying which
75 // Unregisters an extension process with specified |process_id|.
78 // Returns the extension process that |url| is associated with if it exists.
81 // Returns the process that the extension with the given ID is running in.
98 // Called on browser shutdown to close our extension hosts.
118 // A map of extension ID to the render_process_id that the extension lives in.