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

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_impl.h27 class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory { class in inherits:ProfileSyncComponentsFactory
29 // Constructs a ProfileSyncComponentsFactoryImpl.
33 // |token_service| must outlive the ProfileSyncComponentsFactoryImpl.
36 // ProfileSyncComponentsFactoryImpl.
37 ProfileSyncComponentsFactoryImpl(
43 virtual ~ProfileSyncComponentsFactoryImpl();
111 base::WeakPtrFactory<ProfileSyncComponentsFactoryImpl> weak_factory_;
113 DISALLOW_COPY_AND_ASSIGN(ProfileSyncComponentsFactoryImpl);
H A Dprofile_sync_components_factory_impl.cc153 ProfileSyncComponentsFactoryImpl::ProfileSyncComponentsFactoryImpl( function in class:ProfileSyncComponentsFactoryImpl
171 ProfileSyncComponentsFactoryImpl::~ProfileSyncComponentsFactoryImpl() {
174 void ProfileSyncComponentsFactoryImpl::RegisterDataTypes(
186 void ProfileSyncComponentsFactoryImpl::RegisterCommonDataTypes(
294 void ProfileSyncComponentsFactoryImpl::RegisterDesktopDataTypes(
417 DataTypeManager* ProfileSyncComponentsFactoryImpl::CreateDataTypeManager(
433 ProfileSyncComponentsFactoryImpl::CreateSyncBackendHost(
444 ProfileSyncComponentsFactoryImpl
[all...]

Completed in 3708 milliseconds