Home | History | Annotate | Download | only in extensions

Lines Matching defs:ExtensionService

52 // various classes have on ExtensionService. This allows easy mocking.
111 class ExtensionService
112 : public base::RefCountedThreadSafe<ExtensionService,
127 // that ExtensionService doesn't need to go to disk to load them.
160 // Attempts to uninstall an extension from a given ExtensionService. Returns
162 static bool UninstallExtensionHelper(ExtensionService* extensions_service,
167 ExtensionService(Profile* profile,
343 // Adds |extension| to this ExtensionService and notifies observers than an
464 friend class DeleteTask<ExtensionService>;
492 virtual ~ExtensionService();
536 // The profile this ExtensionService is part of.
643 DISALLOW_COPY_AND_ASSIGN(ExtensionService);