Lines Matching full:service
318 ExtensionService* service = profile->GetExtensionService();
319 CHECK(service);
327 new CrxInstaller(service, new ExtensionInstallUI(profile)));
337 bool is_gallery_download = service->IsDownloadFromGallery(
891 ExtensionService* service = profile->GetExtensionService();
892 if (!service ||
893 !service->IsDownloadFromGallery(info->url(), info->referrer_url))