Home
last modified time | relevance | path

Searched refs:ProcessSyncChanges (Results 1 – 25 of 75) sorted by relevance

123

/external/chromium_org/chrome/browser/sync/glue/
Dshared_change_processor_ref.cc17 syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::SharedChangeProcessorRef
20 return change_processor_->ProcessSyncChanges(from_here, change_list); in ProcessSyncChanges()
Dfavicon_cache.cc305 favicon_images_sync_processor_->ProcessSyncChanges(FROM_HERE, in MergeDataAndStartSyncing()
309 favicon_tracking_sync_processor_->ProcessSyncChanges(FROM_HERE, in MergeDataAndStartSyncing()
332 syncer::SyncError FaviconCache::ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::FaviconCache
420 favicon_images_sync_processor_->ProcessSyncChanges(FROM_HERE, in ProcessSyncChanges()
424 favicon_tracking_sync_processor_->ProcessSyncChanges(FROM_HERE, in ProcessSyncChanges()
621 favicon_images_sync_processor_->ProcessSyncChanges(FROM_HERE, in Observe()
625 favicon_tracking_sync_processor_->ProcessSyncChanges(FROM_HERE, in Observe()
757 favicon_images_sync_processor_->ProcessSyncChanges(FROM_HERE, in UpdateSyncState()
761 favicon_tracking_sync_processor_->ProcessSyncChanges(FROM_HERE, in UpdateSyncState()
997 favicon_images_sync_processor_->ProcessSyncChanges(FROM_HERE, in DeleteSyncedFavicons()
[all …]
Dgeneric_change_processor_unittest.cc136 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet()); in TEST_F()
205 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet()); in TEST_F()
207 change_processor()->ProcessSyncChanges(FROM_HERE, change_list2).IsSet()); in TEST_F()
Dfavicon_cache_unittest.cc40 virtual syncer::SyncError ProcessSyncChanges(
82 syncer::SyncError TestChangeProcessor::ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::__anon313863690111::TestChangeProcessor
113 virtual syncer::SyncError ProcessSyncChanges(
138 syncer::SyncError SyncChangeProcessorDelegate::ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::__anon313863690111::SyncChangeProcessorDelegate
141 return recipient_->ProcessSyncChanges(from_here, change_list); in ProcessSyncChanges()
878 cache()->ProcessSyncChanges(FROM_HERE, stale_changes); in TEST_F()
924 cache()->ProcessSyncChanges(FROM_HERE, new_changes); in TEST_F()
962 cache()->ProcessSyncChanges(FROM_HERE, same_changes); in TEST_F()
1003 cache()->ProcessSyncChanges(FROM_HERE, stale_changes); in TEST_F()
1048 cache()->ProcessSyncChanges(FROM_HERE, new_changes); in TEST_F()
[all …]
Dshared_change_processor.cc103 syncer::SyncError SharedChangeProcessor::ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::SharedChangeProcessor
118 return generic_change_processor_->ProcessSyncChanges( in ProcessSyncChanges()
Dshared_change_processor_ref.h27 virtual syncer::SyncError ProcessSyncChanges(
Dshared_change_processor_mock.h27 MOCK_METHOD2(ProcessSyncChanges,
Dfake_generic_change_processor.h28 virtual syncer::SyncError ProcessSyncChanges(
/external/chromium_org/chrome/browser/extensions/
Dapp_sync_bundle.cc56 sync_processor_->ProcessSyncChanges(FROM_HERE, in ProcessDeletion()
94 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list); in ProcessSyncChangeList()
123 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list); in SyncChangeIfNeeded()
Dextension_sync_bundle.cc56 sync_processor_->ProcessSyncChanges(FROM_HERE, in ProcessDeletion()
95 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list); in ProcessSyncChangeList()
125 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list); in SyncChangeIfNeeded()
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_syncable_service.cc143 sync_processor_->ProcessSyncChanges( in RemoveItem()
202 sync_processor_->ProcessSyncChanges(FROM_HERE, change_list); in MergeDataAndStartSyncing()
226 syncer::SyncError AppListSyncableService::ProcessSyncChanges( in ProcessSyncChanges() function in app_list::AppListSyncableService
279 sync_processor_->ProcessSyncChanges( in AddItem()
298 sync_processor_->ProcessSyncChanges( in UpdateItem()
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_sync_unittest.cc94 virtual syncer::SyncError ProcessSyncChanges( in ProcessSyncChanges() function in extensions::__anon1dc101810111::MockSyncChangeProcessor
168 virtual syncer::SyncError ProcessSyncChanges( in ProcessSyncChanges() function in extensions::__anon1dc101810111::SyncChangeProcessorDelegate
171 return recipient_->ProcessSyncChanges(from_here, change_list); in ProcessSyncChanges()
436 TEST_F(ExtensionSettingsSyncTest, ProcessSyncChanges) { in TEST_F() argument
471 GetSyncableService(model_type)->ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
485 GetSyncableService(model_type)->ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
499 GetSyncableService(model_type)->ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
782 GetSyncableService(model_type)->ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
829 GetSyncableService(model_type)->ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
889 GetSyncableService(model_type)->ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/managed_mode/
Dmanaged_user_sync_service.cc187 sync_processor_->ProcessSyncChanges(FROM_HERE, change_list); in AddManagedUser()
205 sync_processor_->ProcessSyncChanges(FROM_HERE, change_list); in DeleteManagedUser()
264 sync_processor_->ProcessSyncChanges(FROM_HERE, change_list); in UpdateManagedUserAvatarIfNeeded()
334 result.set_error(sync_processor_->ProcessSyncChanges(FROM_HERE, change_list)); in MergeDataAndStartSyncing()
365 SyncError ManagedUserSyncService::ProcessSyncChanges( in ProcessSyncChanges() function in ManagedUserSyncService
Dmanaged_user_registration_utility_unittest.cc46 virtual SyncError ProcessSyncChanges(
61 SyncError MockChangeProcessor::ProcessSyncChanges( in ProcessSyncChanges() function in __anonfeaa5ac00111::MockChangeProcessor
217 service()->ProcessSyncChanges(FROM_HERE, new_changes); in Acknowledge()
Dmanaged_user_settings_service_unittest.cc24 virtual syncer::SyncError ProcessSyncChanges(
38 syncer::SyncError MockChangeProcessor::ProcessSyncChanges( in ProcessSyncChanges() function in __anon359ef2f30111::MockChangeProcessor
190 settings_service_.ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
222 settings_service_.ProcessSyncChanges(FROM_HERE, change_list); in TEST_F()
/external/chromium_org/chrome/browser/history/
Dtyped_url_syncable_service.cc114 syncer::SyncError TypedUrlSyncableService::ProcessSyncChanges( in ProcessSyncChanges() function in history::TypedUrlSyncableService
151 sync_processor_->ProcessSyncChanges(FROM_HERE, changes); in OnUrlsModified()
173 sync_processor_->ProcessSyncChanges(FROM_HERE, changes); in OnUrlVisited()
226 sync_processor_->ProcessSyncChanges(FROM_HERE, changes); in OnUrlsDeleted()
/external/chromium_org/chrome/browser/webdata/
Dautocomplete_syncable_service.h71 virtual syncer::SyncError ProcessSyncChanges(
112 ProcessSyncChanges);
Dautofill_profile_syncable_service_unittest.cc99 MOCK_METHOD2(ProcessSyncChanges,
111 virtual syncer::SyncError ProcessSyncChanges( in ProcessSyncChanges() function in TestSyncChangeProcessor
153 ON_CALL(*sync_processor_, ProcessSyncChanges(_, _)) in MergeDataAndStartSyncing()
156 ProcessSyncChanges(_, CheckSyncChanges(expected_change_list))) in MergeDataAndStartSyncing()
389 EXPECT_CALL(*sync_processor_, ProcessSyncChanges(_, _)).Times(0); in TEST_F()
443 TEST_F(AutofillProfileSyncableServiceTest, ProcessSyncChanges) { in TEST_F() argument
473 syncer::SyncError error = autofill_syncable_service_.ProcessSyncChanges( in TEST_F()
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_service_sync_unittest.cc92 virtual syncer::SyncError ProcessSyncChanges(
128 syncer::SyncError TestChangeProcessor::ProcessSyncChanges( in ProcessSyncChanges() function in __anon325dd3cf0111::TestChangeProcessor
154 virtual syncer::SyncError ProcessSyncChanges(
179 syncer::SyncError SyncChangeProcessorDelegate::ProcessSyncChanges( in ProcessSyncChanges() function in __anon325dd3cf0111::SyncChangeProcessorDelegate
182 return recipient_->ProcessSyncChanges(from_here, change_list); in ProcessSyncChanges()
929 model()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
953 model()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
981 model()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
1027 model()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
1117 model()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
[all …]
/external/chromium_org/sync/api/
Dsync_change_processor.h38 virtual SyncError ProcessSyncChanges(
Dsyncable_service.h64 virtual SyncError ProcessSyncChanges(
Dfake_syncable_service.h37 virtual SyncError ProcessSyncChanges(
Dfake_syncable_service.cc58 SyncError FakeSyncableService::ProcessSyncChanges( in ProcessSyncChanges() function in syncer::FakeSyncableService
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dchrome_notifier_service_unittest.cc144 virtual syncer::SyncError ProcessSyncChanges( in ProcessSyncChanges() function in notifier::TestChangeProcessor
189 virtual syncer::SyncError ProcessSyncChanges( in ProcessSyncChanges() function in notifier::SyncChangeProcessorDelegate
192 return recipient_->ProcessSyncChanges(from_here, change_list); in ProcessSyncChanges()
331 notifier.ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
374 notifier.ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
428 notifier.ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
/external/chromium_org/chrome/browser/sync/sessions2/
Dsessions_sync_manager_unittest.cc43 virtual syncer::SyncError ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::__anonc64941190111::TestSyncProcessorStub
736 manager()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
757 manager()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
780 manager()->ProcessSyncChanges(FROM_HERE, removal); in TEST_F()
852 manager()->ProcessSyncChanges(FROM_HERE, adds); in TEST_F()
890 manager()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
906 manager()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
931 manager()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
940 manager()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
1292 manager()->ProcessSyncChanges(FROM_HERE, changes); in TEST_F()
[all …]

123