Home
last modified time | relevance | path

Searched refs:change_processor (Results 1 – 20 of 20) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_factory_impl.cc178 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 …]
Dprofile_sync_service_mock.h39 browser_sync::ChangeProcessor* change_processor));
42 browser_sync::ChangeProcessor* change_processor));
Dprofile_sync_factory.h42 browser_sync::ChangeProcessor* change_processor; member
45 : model_associator(ma), change_processor(cp) {} in SyncComponents()
Dprofile_sync_service.cc1088 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()
Dprofile_sync_service.h386 browser_sync::ChangeProcessor* change_processor);
389 browser_sync::ChangeProcessor* change_processor);
Dprofile_sync_service_autofill_unittest.cc170 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()
Dprofile_sync_service_typed_url_unittest.cc121 TypedUrlChangeProcessor* change_processor = in ACTION_P3() local
123 return ProfileSyncFactory::SyncComponents(model_associator, change_processor); in ACTION_P3()
Dprofile_sync_service_password_unittest.cc80 PasswordChangeProcessor* change_processor = in ACTION_P3() local
83 change_processor); in ACTION_P3()
/external/chromium/chrome/browser/sync/glue/
Dpreference_data_type_controller.cc31 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
Dsession_data_type_controller.cc35 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
Dtheme_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
Dextension_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
Dapp_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
Dbookmark_data_type_controller.cc69 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
Dsync_backend_host.h200 ChangeProcessor* change_processor);
204 ChangeProcessor* change_processor);
Dpassword_data_type_controller.cc143 change_processor_.reset(sync_components.change_processor); in StartImpl()
Dtyped_url_data_type_controller.cc185 change_processor_.reset(sync_components.change_processor); in StartImpl()
Dautofill_data_type_controller.cc218 change_processor_.reset(sync_components.change_processor); in StartImpl()
Dfrontend_data_type_controller_unittest.cc58 change_processor_.reset(sync_components.change_processor); in CreateSyncComponents()
Dsync_backend_host.cc490 ChangeProcessor* change_processor) { in ActivateDataType() argument
505 processors_[type] = change_processor; in ActivateDataType()
510 ChangeProcessor* change_processor) { in DeactivateDataType() argument