Searched defs:ExtensionSyncServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_service_factory.h15 class ExtensionSyncServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
19 static ExtensionSyncServiceFactory* GetInstance();
22 friend struct DefaultSingletonTraits<ExtensionSyncServiceFactory>;
24 ExtensionSyncServiceFactory();
25 virtual ~ExtensionSyncServiceFactory();
H A Dextension_sync_service_factory.cc17 ExtensionSyncService* ExtensionSyncServiceFactory::GetForProfile(
24 ExtensionSyncServiceFactory* ExtensionSyncServiceFactory::GetInstance() {
25 return Singleton<ExtensionSyncServiceFactory>::get();
28 ExtensionSyncServiceFactory::ExtensionSyncServiceFactory() function in class:ExtensionSyncServiceFactory
36 ExtensionSyncServiceFactory::~ExtensionSyncServiceFactory() {}
38 KeyedService* ExtensionSyncServiceFactory::BuildServiceInstanceFor(
47 content::BrowserContext* ExtensionSyncServiceFactory
[all...]

Completed in 424 milliseconds