Home | History | Annotate | Download | only in extensions

Lines Matching refs:service

85   ExtensionDisabledDialogDelegate(ExtensionService* service,
106 ExtensionService* service,
110 service_(service),
141 ExtensionDisabledGlobalError(ExtensionService* service,
195 ExtensionService* service,
198 : service_(service),
213 content::Source<Profile>(service->profile()));
215 content::Source<Profile>(service->profile()));
341 void AddExtensionDisabledErrorWithIcon(base::WeakPtr<ExtensionService> service,
344 if (!service.get())
346 const Extension* extension = service->GetInstalledExtension(extension_id);
348 GlobalErrorServiceFactory::GetForProfile(service->profile())
350 new ExtensionDisabledGlobalError(service.get(), extension, icon));
354 void AddExtensionDisabledError(ExtensionService* service,
359 ImageLoader::Get(service->profile())->LoadImageAsync(
362 service->AsWeakPtr(), extension->id()));
365 void ShowExtensionDisabledDialog(ExtensionService* service,
371 new ExtensionDisabledDialogDelegate(service, install_ui.Pass(), extension);