Home
last modified time | relevance | path

Searched refs:SyncComponents (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory.h67 struct SyncComponents { struct
70 SyncComponents(sync_driver::AssociatorInterface* ma, in SyncComponents() argument
105 virtual SyncComponents CreateBookmarkSyncComponents(
108 virtual SyncComponents CreateTypedUrlSyncComponents(
Dprofile_sync_components_factory_mock.h58 SyncComponents(ProfileSyncService* profile_sync_service,
62 SyncComponents(ProfileSyncService* profile_sync_service,
66 SyncComponents(
72 SyncComponents MakeSyncComponents();
Dprofile_sync_components_factory_mock.cc46 ProfileSyncComponentsFactory::SyncComponents
48 return SyncComponents(model_associator_.release(), in MakeSyncComponents()
Dprofile_sync_components_factory_impl.h74 virtual SyncComponents CreateBookmarkSyncComponents(
77 virtual SyncComponents CreateTypedUrlSyncComponents(
Dprofile_sync_components_factory_impl.cc663 ProfileSyncComponentsFactory::SyncComponents
686 return SyncComponents(model_associator, change_processor); in CreateBookmarkSyncComponents()
689 ProfileSyncComponentsFactory::SyncComponents
703 return SyncComponents(model_associator, change_processor); in CreateTypedUrlSyncComponents()
Dprofile_sync_service_typed_url_unittest.cc196 return ProfileSyncComponentsFactory::SyncComponents(*model_associator, in ACTION_P6()
/external/chromium_org/chrome/browser/sync/glue/
Dtyped_url_data_type_controller.h48 virtual ProfileSyncComponentsFactory::SyncComponents CreateSyncComponents()
Dnon_frontend_data_type_controller_mock.h40 ProfileSyncComponentsFactory::SyncComponents());
Dbookmark_data_type_controller.cc91 ProfileSyncComponentsFactory::SyncComponents sync_components = in CreateSyncComponents()
Dfrontend_data_type_controller_unittest.cc54 ProfileSyncComponentsFactory::SyncComponents sync_components = in CreateSyncComponents()
109 WillOnce(Return(ProfileSyncComponentsFactory::SyncComponents( in SetStartExpectations()
Dtyped_url_data_type_controller.cc143 ProfileSyncComponentsFactory::SyncComponents
Dnon_frontend_data_type_controller.h126 virtual ProfileSyncComponentsFactory::SyncComponents
Dnon_frontend_data_type_controller_unittest.cc74 virtual ProfileSyncComponentsFactory::SyncComponents
149 WillOnce(Return(ProfileSyncComponentsFactory::SyncComponents( in SetStartExpectations()
Dnon_frontend_data_type_controller.cc81 ProfileSyncComponentsFactory::SyncComponents sync_components = in CreateComponents()