/external/chromium/chrome/browser/sync/ |
D | profile_sync_factory_impl.cc | 178 ExtensionChangeProcessor* change_processor = in CreateAppSyncComponents() local 180 return SyncComponents(model_associator, change_processor); in CreateAppSyncComponents() 194 AutofillChangeProcessor* change_processor = in CreateAutofillSyncComponents() local 199 return SyncComponents(model_associator, change_processor); in CreateAutofillSyncComponents() 213 AutofillProfileChangeProcessor* change_processor = in CreateAutofillProfileSyncComponents() local 218 return SyncComponents(model_associator, change_processor); in CreateAutofillProfileSyncComponents() 232 BookmarkChangeProcessor* change_processor = in CreateBookmarkSyncComponents() local 235 return SyncComponents(model_associator, change_processor); in CreateBookmarkSyncComponents() 249 ExtensionChangeProcessor* change_processor = in CreateExtensionSyncComponents() local 251 return SyncComponents(model_associator, change_processor); in CreateExtensionSyncComponents() [all …]
|
D | profile_sync_service_mock.h | 39 browser_sync::ChangeProcessor* change_processor)); 42 browser_sync::ChangeProcessor* change_processor));
|
D | profile_sync_factory.h | 42 browser_sync::ChangeProcessor* change_processor; member 45 : model_associator(ma), change_processor(cp) {} in SyncComponents()
|
D | profile_sync_service.cc | 1088 ChangeProcessor* change_processor) { in ActivateDataType() argument 1094 change_processor->Start(profile(), backend_->GetUserShare()); in ActivateDataType() 1095 backend_->ActivateDataType(data_type_controller, change_processor); in ActivateDataType() 1100 ChangeProcessor* change_processor) { in DeactivateDataType() argument 1101 change_processor->Stop(); in DeactivateDataType() 1103 backend_->DeactivateDataType(data_type_controller, change_processor); in DeactivateDataType()
|
D | profile_sync_service.h | 386 browser_sync::ChangeProcessor* change_processor); 389 browser_sync::ChangeProcessor* change_processor);
|
D | profile_sync_service_autofill_unittest.cc | 170 AutofillChangeProcessor* change_processor = in ACTION_P4() local 173 change_processor); in ACTION_P4() 182 AutofillProfileChangeProcessor* change_processor = in ACTION_P4() local 185 change_processor); in ACTION_P4()
|
D | profile_sync_service_typed_url_unittest.cc | 121 TypedUrlChangeProcessor* change_processor = in ACTION_P3() local 123 return ProfileSyncFactory::SyncComponents(model_associator, change_processor); in ACTION_P3()
|
D | profile_sync_service_password_unittest.cc | 80 PasswordChangeProcessor* change_processor = in ACTION_P3() local 83 change_processor); in ACTION_P3()
|
/external/chromium/chrome/browser/sync/glue/ |
D | preference_data_type_controller.cc | 31 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
|
D | session_data_type_controller.cc | 35 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
|
D | theme_data_type_controller.cc | 39 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
|
D | extension_data_type_controller.cc | 39 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
|
D | app_data_type_controller.cc | 39 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
|
D | bookmark_data_type_controller.cc | 69 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
|
D | sync_backend_host.h | 200 ChangeProcessor* change_processor); 204 ChangeProcessor* change_processor);
|
D | password_data_type_controller.cc | 143 change_processor_.reset(sync_components.change_processor); in StartImpl()
|
D | typed_url_data_type_controller.cc | 185 change_processor_.reset(sync_components.change_processor); in StartImpl()
|
D | autofill_data_type_controller.cc | 218 change_processor_.reset(sync_components.change_processor); in StartImpl()
|
D | frontend_data_type_controller_unittest.cc | 58 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
|
D | sync_backend_host.cc | 490 ChangeProcessor* change_processor) { in ActivateDataType() argument 505 processors_[type] = change_processor; in ActivateDataType() 510 ChangeProcessor* change_processor) { in DeactivateDataType() argument
|