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.cc40 ProfileSyncServiceFactory* ProfileSyncServiceFactory::GetInstance() {
41 return Singleton<ProfileSyncServiceFactory>::get();
45 ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
54 ProfileSyncServiceFactory::ProfileSyncServiceFactory() function in class:ProfileSyncServiceFactory
87 ProfileSyncServiceFactory::~ProfileSyncServiceFactory() {
90 KeyedService* ProfileSyncServiceFactory::BuildServiceInstanceFor(
146 bool ProfileSyncServiceFactory
[all...]

Completed in 150 milliseconds