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 45 ProfileSyncServiceFactory* ProfileSyncServiceFactory::GetInstance() {
46 return Singleton<ProfileSyncServiceFactory>::get();
50 ProfileSyncService* ProfileSyncServiceFactory::GetForProfile(
59 ProfileSyncServiceFactory::ProfileSyncServiceFactory()
95 ProfileSyncServiceFactory::~ProfileSyncServiceFactory() {
98 KeyedService* ProfileSyncServiceFactory::BuildServiceInstanceFor(
154 bool ProfileSyncServiceFactory::HasProfileSyncService(Profile* profile)
    [all...]

Completed in 69 milliseconds