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

1 2

  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.cc 6 #include "components/sync_driver/change_processor.h"
20 AssociatorInterface* model_associator, ChangeProcessor* change_processor)
22 change_processor_(change_processor) {
profile_sync_components_factory.h 69 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncComponentsFactory::SyncComponents
72 : model_associator(ma), change_processor(cp) {}
profile_sync_components_factory_mock.h 27 browser_sync::ChangeProcessor* change_processor);
profile_sync_components_factory_impl.cc 691 BookmarkChangeProcessor* change_processor = local
695 return SyncComponents(model_associator, change_processor);
707 TypedUrlChangeProcessor* change_processor = local
712 return SyncComponents(model_associator, change_processor);
  /external/chromium_org/components/sync_driver/
shared_change_processor_ref.cc 10 const scoped_refptr<SharedChangeProcessor>& change_processor)
11 : change_processor_(change_processor) {
backend_data_type_configurer.h 68 ChangeProcessor* change_processor) = 0;
shared_change_processor_ref.h 23 change_processor);
generic_change_processor_unittest.cc 151 GenericChangeProcessor* change_processor() { function in class:browser_sync::__anon11219::SyncGenericChangeProcessorTest
191 change_processor()->GetAllSyncData(kType);
221 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
224 change_processor()->GetAllSyncData(syncer::PASSWORDS));
290 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
292 change_processor()->ProcessSyncChanges(FROM_HERE, change_list2).IsSet());
295 change_processor()->GetAllSyncData(syncer::PASSWORDS));
350 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
371 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
403 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet())
    [all...]
non_ui_data_type_controller_unittest.cc 98 SharedChangeProcessor* change_processor,
108 change_processor_(change_processor),
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h 43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*());
bookmark_data_type_controller.cc 95 set_change_processor(sync_components.change_processor);
non_frontend_data_type_controller.cc 14 #include "components/sync_driver/change_processor.h"
84 change_processor_.reset(sync_components.change_processor);
113 result.change_processor = change_processor_.get();
154 change_processor(NULL),
483 CHECK(result.change_processor);
485 change_processor_ = result.change_processor;
non_frontend_data_type_controller.h 84 ChangeProcessor* change_processor; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult
sync_backend_host_mock.cc 65 ChangeProcessor* change_processor) {}
sync_backend_host_mock.h 70 ChangeProcessor* change_processor) OVERRIDE;
sync_backend_registrar.h 91 ChangeProcessor* change_processor,
frontend_data_type_controller.cc 12 #include "components/sync_driver/change_processor.h"
321 ChangeProcessor* change_processor) {
322 change_processor_.reset(change_processor);
sync_backend_registrar.cc 20 #include "components/sync_driver/change_processor.h"
203 ChangeProcessor* change_processor,
217 processors_[type] = change_processor;
220 change_processor->Start(user_share);
sync_backend_host_impl.h 114 ChangeProcessor* change_processor) OVERRIDE;
frontend_data_type_controller_unittest.cc 58 change_processor_.reset(sync_components.change_processor);
sync_backend_host_impl.cc 450 ChangeProcessor* change_processor) {
451 registrar_->ActivateDataType(type, group, change_processor, GetUserShare());
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_sync_service_unittest.cc 101 MockChangeProcessor* change_processor() { return change_processor_; } function in class:SupervisedUserSyncServiceTest
167 EXPECT_EQ(0u, change_processor()->changes().size());
277 EXPECT_EQ(1u, change_processor()->changes().size());
279 SyncChange change = change_processor()->GetChange(kUserId1);
supervised_user_registration_utility_unittest.cc 115 MockChangeProcessor* change_processor() { return change_processor_; } function in class:SupervisedUserRegistrationUtilityTest
217 const SyncChangeList& changes = change_processor()->changes();
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_shim_unittest.cc 129 scoped_ptr<syncer::FakeSyncChangeProcessor> change_processor(
132 notification_processor_ = change_processor.get();
134 app_info_processor_ = change_processor.get();
139 change_processor.PassAs<syncer::SyncChangeProcessor>(),
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1661 syncer::FakeSyncChangeProcessor change_processor; local
1754 syncer::FakeSyncChangeProcessor change_processor; local
1839 syncer::FakeSyncChangeProcessor change_processor; local
    [all...]

Completed in 235 milliseconds

1 2