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/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 181 GenericChangeProcessor* change_processor() { function in class:sync_driver::__anon11484::SyncGenericChangeProcessorTest
227 change_processor()->GetAllSyncData(kType);
258 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
261 change_processor()->GetAllSyncData(syncer::PASSWORDS));
328 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
330 change_processor()->ProcessSyncChanges(FROM_HERE, change_list2).IsSet());
333 change_processor()->GetAllSyncData(syncer::PASSWORDS));
386 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
408 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
439 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet())
    [all...]
non_ui_data_type_controller_unittest.cc 98 SharedChangeProcessor* change_processor,
106 change_processor_(change_processor),
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory.h 69 sync_driver::ChangeProcessor* change_processor; member in struct:ProfileSyncComponentsFactory::SyncComponents
72 : model_associator(ma), change_processor(cp) {}
profile_sync_components_factory_mock.cc 8 #include "components/sync_driver/change_processor.h"
25 AssociatorInterface* model_associator, ChangeProcessor* change_processor)
27 change_processor_(change_processor),
profile_sync_components_factory_mock.h 27 sync_driver::ChangeProcessor* change_processor);
profile_sync_components_factory_impl.cc 682 BookmarkChangeProcessor* change_processor = local
686 return SyncComponents(model_associator, change_processor);
698 TypedUrlChangeProcessor* change_processor = local
703 return SyncComponents(model_associator, change_processor);
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller_mock.h 44 MOCK_CONST_METHOD0(change_processor, sync_driver::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),
472 CHECK(result.change_processor);
474 change_processor_ = result.change_processor;
non_frontend_data_type_controller.h 85 sync_driver::ChangeProcessor* change_processor; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult
sync_backend_host_mock.cc 69 sync_driver::ChangeProcessor* change_processor) {}
sync_backend_host_mock.h 71 sync_driver::ChangeProcessor* change_processor) OVERRIDE;
sync_backend_registrar.h 94 sync_driver::ChangeProcessor* change_processor,
frontend_data_type_controller.cc 12 #include "components/sync_driver/change_processor.h"
313 sync_driver::ChangeProcessor* change_processor) {
314 change_processor_.reset(change_processor);
sync_backend_registrar.cc 20 #include "components/sync_driver/change_processor.h"
205 sync_driver::ChangeProcessor* change_processor,
219 processors_[type] = change_processor;
222 change_processor->Start(user_share);
sync_backend_host_impl.h 114 sync_driver::ChangeProcessor* change_processor) OVERRIDE;
frontend_data_type_controller_unittest.cc 58 change_processor_.reset(sync_components.change_processor);
sync_backend_host_impl.cc 448 sync_driver::ChangeProcessor* change_processor) {
449 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 117 MockChangeProcessor* change_processor() { return change_processor_; } function in class:SupervisedUserRegistrationUtilityTest
218 const SyncChangeList& changes = change_processor()->changes();
  /external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
synced_notifications_shim_unittest.cc 144 scoped_ptr<syncer::FakeSyncChangeProcessor> change_processor(
147 notification_processor_ = change_processor.get();
149 app_info_processor_ = change_processor.get();
154 change_processor.PassAs<syncer::SyncChangeProcessor>(),
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1590 syncer::FakeSyncChangeProcessor change_processor; local
1683 syncer::FakeSyncChangeProcessor change_processor; local
1768 syncer::FakeSyncChangeProcessor change_processor; local
    [all...]

Completed in 572 milliseconds

1 2