Home
last modified time | relevance | path

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

12

/external/chromium/chrome/browser/sync/
Dprofile_sync_factory.h40 struct SyncComponents { struct
43 SyncComponents(browser_sync::AssociatorInterface* ma, in SyncComponents() function
66 virtual SyncComponents CreateAppSyncComponents(
73 virtual SyncComponents CreateAutofillSyncComponents(
82 virtual SyncComponents CreateAutofillProfileSyncComponents(
91 virtual SyncComponents CreateBookmarkSyncComponents(
98 virtual SyncComponents CreateExtensionSyncComponents(
105 virtual SyncComponents CreatePasswordSyncComponents(
113 virtual SyncComponents CreatePreferenceSyncComponents(
120 virtual SyncComponents CreateThemeSyncComponents(
[all …]
Dprofile_sync_factory_mock.h34 SyncComponents(ProfileSyncService* profile_sync_service,
37 SyncComponents(
43 SyncComponents(
49 SyncComponents(ProfileSyncService* profile_sync_service,
52 SyncComponents(ProfileSyncService* profile_sync_service,
55 SyncComponents(
60 SyncComponents(ProfileSyncService* profile_sync_service,
63 SyncComponents(ProfileSyncService* profile_sync_service,
66 SyncComponents(ProfileSyncService* profile_sync_service,
69 SyncComponents(
[all …]
Dprofile_sync_factory_impl.cc165 ProfileSyncFactory::SyncComponents
180 return SyncComponents(model_associator, change_processor); in CreateAppSyncComponents()
183 ProfileSyncFactory::SyncComponents
199 return SyncComponents(model_associator, change_processor); in CreateAutofillSyncComponents()
202 ProfileSyncFactory::SyncComponents
218 return SyncComponents(model_associator, change_processor); in CreateAutofillProfileSyncComponents()
221 ProfileSyncFactory::SyncComponents
235 return SyncComponents(model_associator, change_processor); in CreateBookmarkSyncComponents()
238 ProfileSyncFactory::SyncComponents
251 return SyncComponents(model_associator, change_processor); in CreateExtensionSyncComponents()
[all …]
Dprofile_sync_factory_impl.h30 virtual SyncComponents CreateAppSyncComponents(
34 virtual SyncComponents CreateAutofillSyncComponents(
40 virtual SyncComponents CreateAutofillProfileSyncComponents(
46 virtual SyncComponents CreateBookmarkSyncComponents(
50 virtual SyncComponents CreateExtensionSyncComponents(
54 virtual SyncComponents CreatePasswordSyncComponents(
59 virtual SyncComponents CreatePreferenceSyncComponents(
63 virtual SyncComponents CreateThemeSyncComponents(
67 virtual SyncComponents CreateTypedUrlSyncComponents(
72 virtual SyncComponents CreateSessionSyncComponents(
Dprofile_sync_factory_mock.cc30 ProfileSyncFactory::SyncComponents
32 return SyncComponents(bookmark_model_associator_.release(), in MakeBookmarkSyncComponents()
Dprofile_sync_service_autofill_unittest.cc167 return ProfileSyncFactory::SyncComponents(NULL, NULL); in ACTION_P4()
172 return ProfileSyncFactory::SyncComponents(model_associator, in ACTION_P4()
179 return ProfileSyncFactory::SyncComponents(NULL, NULL); in ACTION_P4()
184 return ProfileSyncFactory::SyncComponents(model_associator, in ACTION_P4()
Dprofile_sync_service_session_unittest.cc120 WillOnce(Return(ProfileSyncFactory::SyncComponents( in StartSyncService()
Dprofile_sync_service_preference_unittest.cc86 WillOnce(Return(ProfileSyncFactory::SyncComponents( in StartSyncService()
/external/chromium/chrome/browser/sync/glue/
Dautofill_data_type_controller_unittest.cc120 ProfileSyncFactory::SyncComponents(model_associator_, in SetAssociateExpectations()
215 ProfileSyncFactory::SyncComponents(model_associator_, in TEST_F()
255 ProfileSyncFactory::SyncComponents(model_associator_, in TEST_F()
Dautofill_profile_data_type_controller.h27 virtual ProfileSyncFactory::SyncComponents CreateSyncComponents(
Dautofill_profile_data_type_controller.cc31 ProfileSyncFactory::SyncComponents
Dpreference_data_type_controller.cc28 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_-> in CreateSyncComponents()
Dsession_data_type_controller.cc32 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_-> in CreateSyncComponents()
Dtheme_data_type_controller.cc35 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents()
Dextension_data_type_controller.cc35 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents()
Dapp_data_type_controller.cc35 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents()
Dbookmark_data_type_controller.cc66 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_-> in CreateSyncComponents()
Dautofill_data_type_controller.cc187 ProfileSyncFactory::SyncComponents
211 ProfileSyncFactory::SyncComponents sync_components = in StartImpl()
Dfrontend_data_type_controller_unittest.cc54 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents()
105 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
Dautofill_data_type_controller.h67 virtual ProfileSyncFactory::SyncComponents CreateSyncComponents(
Dpassword_data_type_controller.cc137 ProfileSyncFactory::SyncComponents sync_components = in StartImpl()
Dpreference_data_type_controller_unittest.cc54 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
Dtheme_data_type_controller_unittest.cc52 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
Dextension_data_type_controller_unittest.cc53 ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
Dtyped_url_data_type_controller.cc179 ProfileSyncFactory::SyncComponents sync_components = in StartImpl()

12