Searched refs:ProcessSyncChanges (Results 1 - 25 of 87) sorted by relevance

1234

/external/chromium_org/sync/api/
H A Dsync_change_processor_wrapper_for_test.cc17 syncer::SyncError SyncChangeProcessorWrapperForTest::ProcessSyncChanges( function in class:syncer::SyncChangeProcessorWrapperForTest
20 return wrapped_->ProcessSyncChanges(from_here, change_list);
H A Dsync_change_processor_wrapper_for_test.h24 virtual syncer::SyncError ProcessSyncChanges(
H A Dsyncable_service.h44 // calling |sync_processor|'s ProcessSyncChanges as necessary to reconcile the
65 virtual SyncError ProcessSyncChanges(
H A Dfake_sync_change_processor.cc15 syncer::SyncError FakeSyncChangeProcessor::ProcessSyncChanges( function in class:syncer::FakeSyncChangeProcessor
H A Dfake_sync_change_processor.h19 // ProcessSyncChanges will accumulate changes in changes() until they are
21 virtual syncer::SyncError ProcessSyncChanges(
H A Dfake_syncable_service.cc58 SyncError FakeSyncableService::ProcessSyncChanges( function in class:syncer::FakeSyncableService
H A Dfake_syncable_service.h37 virtual SyncError ProcessSyncChanges(
H A Dsync_change_processor.h42 virtual SyncError ProcessSyncChanges(
/external/chromium_org/components/sync_driver/
H A Dshared_change_processor_ref.cc17 syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges( function in class:sync_driver::SharedChangeProcessorRef
20 return change_processor_->ProcessSyncChanges(from_here, change_list);
H A Dshared_change_processor_ref.h27 virtual syncer::SyncError ProcessSyncChanges(
H A Dfake_generic_change_processor.cc39 syncer::SyncError FakeGenericChangeProcessor::ProcessSyncChanges( function in class:sync_driver::FakeGenericChangeProcessor
H A Dfake_generic_change_processor.h29 virtual syncer::SyncError ProcessSyncChanges(
H A Ddevice_info_sync_service.h36 virtual syncer::SyncError ProcessSyncChanges(
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_update_unittest.cc42 syncer::SyncError error = service_.ProcessSyncChanges(FROM_HERE, changes);
67 syncer::SyncError error = service_.ProcessSyncChanges(FROM_HERE, changes);
H A Dsupervised_user_shared_settings_service.h101 virtual syncer::SyncError ProcessSyncChanges(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_bundle.cc58 sync_processor_->ProcessSyncChanges(FROM_HERE,
98 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list);
128 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list);
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_syncable_service_unittest.cc162 MOCK_METHOD2(ProcessSyncChanges,
215 ON_CALL(*processor_, ProcessSyncChanges(_, _))
244 EXPECT_CALL(*processor_, ProcessSyncChanges(_, ElementsAre(
266 EXPECT_CALL(*processor_, ProcessSyncChanges(_, IsEmpty()));
289 EXPECT_CALL(*processor_, ProcessSyncChanges(_, ElementsAre(
310 EXPECT_CALL(*processor_, ProcessSyncChanges(_, IsEmpty()));
335 EXPECT_CALL(*processor_, ProcessSyncChanges(_, IsEmpty()));
349 EXPECT_CALL(weak_processor, ProcessSyncChanges(_, IsEmpty()));
376 EXPECT_CALL(weak_processor, ProcessSyncChanges(_, ElementsAre(
384 TEST_F(PasswordSyncableServiceTest, ProcessSyncChanges) {
[all...]
H A Dpassword_syncable_service.h56 virtual syncer::SyncError ProcessSyncChanges(
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim.h37 virtual syncer::SyncError ProcessSyncChanges(
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.h55 syncer::SyncError ProcessSyncChanges(
H A Dtyped_url_syncable_service.cc114 syncer::SyncError TypedUrlSyncableService::ProcessSyncChanges( function in class:history::TypedUrlSyncableService
151 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
173 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
226 sync_processor_->ProcessSyncChanges(FROM_HERE, changes);
/external/chromium_org/chrome/browser/sync/glue/
H A Ddevice_info_sync_service_unittest.cc44 virtual SyncError ProcessSyncChanges(
266 SyncError error = sync_service_->ProcessSyncChanges(FROM_HERE, change_list);
296 SyncError error = sync_service_->ProcessSyncChanges(FROM_HERE, change_list);
307 error = sync_service_->ProcessSyncChanges(FROM_HERE, change_list);
330 SyncError error = sync_service_->ProcessSyncChanges(FROM_HERE, change_list);
357 SyncError error = sync_service_->ProcessSyncChanges(FROM_HERE, change_list);
379 SyncError error = sync_service_->ProcessSyncChanges(FROM_HERE, change_list);
404 SyncError error = sync_service_->ProcessSyncChanges(FROM_HERE, change_list);
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.h46 // ProcessSyncChanges() and for each local change Observe() is called.
76 virtual syncer::SyncError ProcessSyncChanges(
112 ProcessSyncChanges);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_storage_backend.h61 virtual syncer::SyncError ProcessSyncChanges(
/external/chromium_org/chrome/browser/themes/
H A Dtheme_syncable_service.h44 virtual syncer::SyncError ProcessSyncChanges(

Completed in 4478 milliseconds

1234