/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory.h | 40 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 …]
|
D | profile_sync_factory_mock.h | 34 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 …]
|
D | profile_sync_factory_impl.cc | 165 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 …]
|
D | profile_sync_factory_impl.h | 30 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(
|
D | profile_sync_factory_mock.cc | 30 ProfileSyncFactory::SyncComponents 32 return SyncComponents(bookmark_model_associator_.release(), in MakeBookmarkSyncComponents()
|
D | profile_sync_service_autofill_unittest.cc | 167 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()
|
D | profile_sync_service_session_unittest.cc | 120 WillOnce(Return(ProfileSyncFactory::SyncComponents( in StartSyncService()
|
D | profile_sync_service_preference_unittest.cc | 86 WillOnce(Return(ProfileSyncFactory::SyncComponents( in StartSyncService()
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_data_type_controller_unittest.cc | 120 ProfileSyncFactory::SyncComponents(model_associator_, in SetAssociateExpectations() 215 ProfileSyncFactory::SyncComponents(model_associator_, in TEST_F() 255 ProfileSyncFactory::SyncComponents(model_associator_, in TEST_F()
|
D | autofill_profile_data_type_controller.h | 27 virtual ProfileSyncFactory::SyncComponents CreateSyncComponents(
|
D | autofill_profile_data_type_controller.cc | 31 ProfileSyncFactory::SyncComponents
|
D | preference_data_type_controller.cc | 28 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_-> in CreateSyncComponents()
|
D | session_data_type_controller.cc | 32 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_-> in CreateSyncComponents()
|
D | theme_data_type_controller.cc | 35 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents()
|
D | extension_data_type_controller.cc | 35 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents()
|
D | app_data_type_controller.cc | 35 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents()
|
D | bookmark_data_type_controller.cc | 66 ProfileSyncFactory::SyncComponents sync_components = profile_sync_factory_-> in CreateSyncComponents()
|
D | autofill_data_type_controller.cc | 187 ProfileSyncFactory::SyncComponents 211 ProfileSyncFactory::SyncComponents sync_components = in StartImpl()
|
D | frontend_data_type_controller_unittest.cc | 54 ProfileSyncFactory::SyncComponents sync_components = in CreateSyncComponents() 105 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
|
D | autofill_data_type_controller.h | 67 virtual ProfileSyncFactory::SyncComponents CreateSyncComponents(
|
D | password_data_type_controller.cc | 137 ProfileSyncFactory::SyncComponents sync_components = in StartImpl()
|
D | preference_data_type_controller_unittest.cc | 54 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
|
D | theme_data_type_controller_unittest.cc | 52 WillOnce(Return(ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
|
D | extension_data_type_controller_unittest.cc | 53 ProfileSyncFactory::SyncComponents(model_associator_, in SetStartExpectations()
|
D | typed_url_data_type_controller.cc | 179 ProfileSyncFactory::SyncComponents sync_components = in StartImpl()
|