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

12

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_mock.cc6 #include "components/sync_driver/change_processor.h"
20 AssociatorInterface* model_associator, ChangeProcessor* change_processor)
22 change_processor_(change_processor) {
19 ProfileSyncComponentsFactoryMock( AssociatorInterface* model_associator, ChangeProcessor* change_processor) argument
H A Dprofile_sync_components_factory.h69 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncComponentsFactory::SyncComponents
72 : model_associator(ma), change_processor(cp) {}
H A Dprofile_sync_components_factory_mock.h27 browser_sync::ChangeProcessor* change_processor);
H A Dprofile_sync_components_factory_impl.cc691 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/
H A Dshared_change_processor_ref.cc10 const scoped_refptr<SharedChangeProcessor>& change_processor)
11 : change_processor_(change_processor) {
9 SharedChangeProcessorRef( const scoped_refptr<SharedChangeProcessor>& change_processor) argument
H A Dbackend_data_type_configurer.h68 ChangeProcessor* change_processor) = 0;
H A Dshared_change_processor_ref.h23 change_processor);
H A Dgeneric_change_processor_unittest.cc151 GenericChangeProcessor* change_processor() { function in class:browser_sync::__anon6599::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()
[all...]
H A Dnon_ui_data_type_controller_unittest.cc98 SharedChangeProcessor* change_processor,
108 change_processor_(change_processor),
95 NonUIDataTypeControllerFake( browser_sync::SyncApiComponentFactory* sync_factory, NonUIDataTypeControllerMock* mock, SharedChangeProcessor* change_processor, const DisableTypeCallback& disable_callback, scoped_refptr<base::MessageLoopProxy> backend_loop) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller_mock.h43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*());
H A Dbookmark_data_type_controller.cc95 set_change_processor(sync_components.change_processor);
H A Dnon_frontend_data_type_controller.cc14 #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;
H A Dsync_backend_host_mock.cc65 ChangeProcessor* change_processor) {}
63 ActivateDataType( syncer::ModelType type, syncer::ModelSafeGroup group, ChangeProcessor* change_processor) argument
H A Dsync_backend_host_mock.h70 ChangeProcessor* change_processor) OVERRIDE;
H A Dsync_backend_registrar.h91 ChangeProcessor* change_processor,
H A Dfrontend_data_type_controller.cc12 #include "components/sync_driver/change_processor.h"
321 ChangeProcessor* change_processor) {
322 change_processor_.reset(change_processor);
320 set_change_processor( ChangeProcessor* change_processor) argument
H A Dsync_backend_registrar.cc20 #include "components/sync_driver/change_processor.h"
203 ChangeProcessor* change_processor,
217 processors_[type] = change_processor;
220 change_processor->Start(user_share);
200 ActivateDataType( syncer::ModelType type, syncer::ModelSafeGroup group, ChangeProcessor* change_processor, syncer::UserShare* user_share) argument
H A Dnon_frontend_data_type_controller.h84 ChangeProcessor* change_processor; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult
H A Dsync_backend_host_impl.h114 ChangeProcessor* change_processor) OVERRIDE;
H A Dfrontend_data_type_controller_unittest.cc58 change_processor_.reset(sync_components.change_processor);
H A Dsync_backend_host_impl.cc450 ChangeProcessor* change_processor) {
451 registrar_->ActivateDataType(type, group, change_processor, GetUserShare());
448 ActivateDataType( syncer::ModelType type, syncer::ModelSafeGroup group, ChangeProcessor* change_processor) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service_unittest.cc101 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);
H A Dsupervised_user_registration_utility_unittest.cc115 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/
H A Dsynced_notifications_shim_unittest.cc129 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/
H A Dhistory_unittest.cc1661 syncer::FakeSyncChangeProcessor change_processor; local
1669 &change_processor)),
1677 EXPECT_EQ(1u, change_processor.changes().size());
1682 EXPECT_EQ(1u, change_processor.changes().size());
1690 const syncer::FakeSyncChangeProcessor* change_processor,
1693 change_processor->changes().size() >= num_changes) {
1701 change_processor, num_changes));
1754 syncer::FakeSyncChangeProcessor change_processor; local
1761 &change_processor)),
1772 &change_processor,
1688 CheckDirectiveProcessingResult( Time timeout, const syncer::FakeSyncChangeProcessor* change_processor, uint32 num_changes) argument
1839 syncer::FakeSyncChangeProcessor change_processor; local
[all...]

Completed in 775 milliseconds

12