HomeSort by relevance Sort by last modified time
    Searched refs:change_processor (Results 1 - 20 of 20) sorted by null

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

Completed in 95 milliseconds