Lines Matching refs:extension
33 // Tell the RenderViewHost whether it will be used for an extension process.
39 const Extension* installed_app = service->GetInstalledApp(url);
65 // installed app, the effective URL is an extension URL with the ID of that
66 // extension as the host. This has the effect of grouping apps together in
71 const Extension* extension =
73 if (!extension)
76 // If the URL is part of an extension's web extent, convert it to an
77 // extension URL.
78 return extension->GetResourceURL(url.path());