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

Completed in 137 milliseconds