Lines Matching refs:url
32 const GURL& url) {
36 bool is_extension_process = service->ExtensionBindingsAllowed(url);
39 const Extension* installed_app = service->GetInstalledApp(url);
63 const GURL& url) {
64 // Get the effective URL for the given actual URL. If the URL is part of an
65 // installed app, the effective URL is an extension URL with the ID of that
69 return url;
72 profile->GetExtensionService()->GetExtensionByWebExtent(url);
74 return url;
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());