HomeSort by relevance Sort by last modified time
    Searched defs:ProfileSyncServiceFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_factory.h 15 class ProfileSyncServiceFactory : public BrowserContextKeyedServiceFactory {
20 static ProfileSyncServiceFactory* GetInstance();
23 friend struct DefaultSingletonTraits<ProfileSyncServiceFactory>;
25 ProfileSyncServiceFactory();
26 virtual ~ProfileSyncServiceFactory();
profile_sync_service_factory.cc 34 ProfileSyncServiceFactory* ProfileSyncServiceFactory::GetInstance() {
35 return Singleton<ProfileSyncServiceFactory>::get();
39 ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
48 ProfileSyncServiceFactory::ProfileSyncServiceFactory()
80 ProfileSyncServiceFactory::~ProfileSyncServiceFactory() {
83 BrowserContextKeyedService* ProfileSyncServiceFactory::BuildServiceInstanceFor(
116 bool ProfileSyncServiceFactory::HasProfileSyncService(Profile* profile)
    [all...]

Completed in 159 milliseconds