Home | History | Annotate | Download | only in extensions

Lines Matching defs:ExtensionService

77 // various classes have on ExtensionService. This allows easy mocking.
132 class ExtensionService
180 // Attempts to uninstall an extension from a given ExtensionService. Returns
182 static bool UninstallExtensionHelper(ExtensionService* extensions_service,
187 ExtensionService(Profile* profile,
196 virtual ~ExtensionService();
406 // Adds |extension| to this ExtensionService and notifies observers that the
559 // of these classes on ExtensionService.
673 base::WeakPtr<ExtensionService> AsWeakPtr() { return base::AsWeakPtr(this); }
682 // By default ExtensionService will wait with installing an updated extension
820 // The normal profile associated with this ExtensionService.
912 // TODO(yoz): None of these should be owned by ExtensionService.
939 // Set to true if this is the first time this ExtensionService has run.
981 DISALLOW_COPY_AND_ASSIGN(ExtensionService);