/external/chromium/chrome/browser/sync/ |
H A D | profile_sync_factory_impl.cc | 178 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 D | profile_sync_service_mock.h | 12 #include "chrome/browser/sync/glue/change_processor.h" 39 browser_sync::ChangeProcessor* change_processor)); 42 browser_sync::ChangeProcessor* change_processor));
|
H A D | profile_sync_factory.h | 13 #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 D | profile_sync_service.h | 386 browser_sync::ChangeProcessor* change_processor); 389 browser_sync::ChangeProcessor* change_processor);
|
H A D | profile_sync_service.cc | 30 #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 D | profile_sync_service_typed_url_unittest.cc | 121 TypedUrlChangeProcessor* change_processor = local 123 return ProfileSyncFactory::SyncComponents(model_associator, change_processor);
|
H A D | profile_sync_service_autofill_unittest.cc | 170 AutofillChangeProcessor* change_processor = local 173 change_processor); 182 AutofillProfileChangeProcessor* change_processor = local 185 change_processor);
|
H A D | profile_sync_service_password_unittest.cc | 80 PasswordChangeProcessor* change_processor = local 83 change_processor);
|
/external/chromium/chrome/browser/sync/glue/ |
H A D | app_data_type_controller.cc | 39 change_processor_.reset(sync_components.change_processor);
|
H A D | extension_data_type_controller.cc | 39 change_processor_.reset(sync_components.change_processor);
|
H A D | preference_data_type_controller.cc | 31 change_processor_.reset(sync_components.change_processor);
|
H A D | session_data_type_controller.cc | 35 change_processor_.reset(sync_components.change_processor);
|
H A D | theme_data_type_controller.cc | 39 change_processor_.reset(sync_components.change_processor);
|
H A D | bookmark_data_type_controller.cc | 69 change_processor_.reset(sync_components.change_processor);
|
H A D | password_data_type_controller.cc | 143 change_processor_.reset(sync_components.change_processor);
|
H A D | sync_backend_host.h | 200 ChangeProcessor* change_processor); 204 ChangeProcessor* change_processor);
|
H A D | autofill_data_type_controller.cc | 218 change_processor_.reset(sync_components.change_processor);
|
H A D | frontend_data_type_controller_unittest.cc | 58 change_processor_.reset(sync_components.change_processor);
|
H A D | typed_url_data_type_controller.cc | 185 change_processor_.reset(sync_components.change_processor);
|
H A D | sync_backend_host.cc | 21 #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
|