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

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_factory.h15 class ProfileSyncServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
20 static ProfileSyncServiceFactory* GetInstance();
23 friend struct DefaultSingletonTraits<ProfileSyncServiceFactory>;
25 ProfileSyncServiceFactory();
26 virtual ~ProfileSyncServiceFactory();
H A Dprofile_sync_service_factory.cc45 ProfileSyncServiceFactory* ProfileSyncServiceFactory::GetInstance() {
46 return Singleton<ProfileSyncServiceFactory>::get();
50 ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
59 ProfileSyncServiceFactory::ProfileSyncServiceFactory() function in class:ProfileSyncServiceFactory
95 ProfileSyncServiceFactory::~ProfileSyncServiceFactory() {
98 KeyedService* ProfileSyncServiceFactory::BuildServiceInstanceFor(
154 bool ProfileSyncServiceFactory
[all...]

Completed in 60 milliseconds