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

/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl.cc178 ExtensionChangeProcessor* change_processor = local
180 return SyncComponents(model_associator, change_processor);
194 AutofillChangeProcessor* change_processor = local
199 return SyncComponents(model_associator, change_processor);
213 AutofillProfileChangeProcessor* change_processor = local
218 return SyncComponents(model_associator, change_processor);
232 BookmarkChangeProcessor* change_processor = local
235 return SyncComponents(model_associator, change_processor);
249 ExtensionChangeProcessor* change_processor = local
251 return SyncComponents(model_associator, change_processor);
262 PasswordChangeProcessor* change_processor = local
275 PreferenceChangeProcessor* change_processor = local
287 ThemeChangeProcessor* change_processor = local
300 TypedUrlChangeProcessor* change_processor = local
313 SessionChangeProcessor* change_processor = local
[all...]
H A Dprofile_sync_service_mock.h12 #include "chrome/browser/sync/glue/change_processor.h"
39 browser_sync::ChangeProcessor* change_processor));
42 browser_sync::ChangeProcessor* change_processor));
H A Dprofile_sync_factory.h13 #include "chrome/browser/sync/glue/change_processor.h"
42 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncFactory::SyncComponents
45 : model_associator(ma), change_processor(cp) {}
H A Dprofile_sync_service.h386 browser_sync::ChangeProcessor* change_processor);
389 browser_sync::ChangeProcessor* change_processor);
H A Dprofile_sync_service.cc30 #include "chrome/browser/sync/glue/change_processor.h"
1088 ChangeProcessor* change_processor) {
1094 change_processor->Start(profile(), backend_->GetUserShare());
1095 backend_->ActivateDataType(data_type_controller, change_processor);
1100 ChangeProcessor* change_processor) {
1101 change_processor->Stop();
1103 backend_->DeactivateDataType(data_type_controller, change_processor);
1086 ActivateDataType( DataTypeController* data_type_controller, ChangeProcessor* change_processor) argument
1098 DeactivateDataType( DataTypeController* data_type_controller, ChangeProcessor* change_processor) argument
H A Dprofile_sync_service_typed_url_unittest.cc121 TypedUrlChangeProcessor* change_processor = local
123 return ProfileSyncFactory::SyncComponents(model_associator, change_processor);
H A Dprofile_sync_service_autofill_unittest.cc170 AutofillChangeProcessor* change_processor = local
173 change_processor);
182 AutofillProfileChangeProcessor* change_processor = local
185 change_processor);
H A Dprofile_sync_service_password_unittest.cc80 PasswordChangeProcessor* change_processor = local
83 change_processor);
/external/chromium/chrome/browser/sync/glue/
H A Dapp_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor);
H A Dextension_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor);
H A Dpreference_data_type_controller.cc31 change_processor_.reset(sync_components.change_processor);
H A Dsession_data_type_controller.cc35 change_processor_.reset(sync_components.change_processor);
H A Dtheme_data_type_controller.cc39 change_processor_.reset(sync_components.change_processor);
H A Dbookmark_data_type_controller.cc69 change_processor_.reset(sync_components.change_processor);
H A Dpassword_data_type_controller.cc143 change_processor_.reset(sync_components.change_processor);
H A Dsync_backend_host.h200 ChangeProcessor* change_processor);
204 ChangeProcessor* change_processor);
H A Dautofill_data_type_controller.cc218 change_processor_.reset(sync_components.change_processor);
H A Dfrontend_data_type_controller_unittest.cc58 change_processor_.reset(sync_components.change_processor);
H A Dtyped_url_data_type_controller.cc185 change_processor_.reset(sync_components.change_processor);
H A Dsync_backend_host.cc21 #include "chrome/browser/sync/glue/change_processor.h"
490 ChangeProcessor* change_processor) {
505 processors_[type] = change_processor;
510 ChangeProcessor* change_processor) {
488 ActivateDataType( DataTypeController* data_type_controller, ChangeProcessor* change_processor) argument
508 DeactivateDataType( DataTypeController* data_type_controller, ChangeProcessor* change_processor) argument

Completed in 1057 milliseconds