/external/chromium_org/chrome/browser/sync/glue/ |
D | shared_change_processor_ref.cc | 17 syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::SharedChangeProcessorRef 20 return change_processor_->ProcessSyncChanges(from_here, change_list); in ProcessSyncChanges()
|
D | favicon_cache.cc | 305 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 …]
|
D | generic_change_processor_unittest.cc | 136 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()
|
D | favicon_cache_unittest.cc | 40 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 …]
|
D | shared_change_processor.cc | 103 syncer::SyncError SharedChangeProcessor::ProcessSyncChanges( in ProcessSyncChanges() function in browser_sync::SharedChangeProcessor 118 return generic_change_processor_->ProcessSyncChanges( in ProcessSyncChanges()
|
D | shared_change_processor_ref.h | 27 virtual syncer::SyncError ProcessSyncChanges(
|
D | shared_change_processor_mock.h | 27 MOCK_METHOD2(ProcessSyncChanges,
|
D | fake_generic_change_processor.h | 28 virtual syncer::SyncError ProcessSyncChanges(
|
/external/chromium_org/chrome/browser/extensions/ |
D | app_sync_bundle.cc | 56 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()
|
D | extension_sync_bundle.cc | 56 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/ |
D | app_list_syncable_service.cc | 143 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/ |
D | settings_sync_unittest.cc | 94 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/ |
D | managed_user_sync_service.cc | 187 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
|
D | managed_user_registration_utility_unittest.cc | 46 virtual SyncError ProcessSyncChanges( 61 SyncError MockChangeProcessor::ProcessSyncChanges( in ProcessSyncChanges() function in __anonfeaa5ac00111::MockChangeProcessor 217 service()->ProcessSyncChanges(FROM_HERE, new_changes); in Acknowledge()
|
D | managed_user_settings_service_unittest.cc | 24 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/ |
D | typed_url_syncable_service.cc | 114 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/ |
D | autocomplete_syncable_service.h | 71 virtual syncer::SyncError ProcessSyncChanges( 112 ProcessSyncChanges);
|
D | autofill_profile_syncable_service_unittest.cc | 99 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/ |
D | template_url_service_sync_unittest.cc | 92 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/ |
D | sync_change_processor.h | 38 virtual SyncError ProcessSyncChanges(
|
D | syncable_service.h | 64 virtual SyncError ProcessSyncChanges(
|
D | fake_syncable_service.h | 37 virtual SyncError ProcessSyncChanges(
|
D | fake_syncable_service.cc | 58 SyncError FakeSyncableService::ProcessSyncChanges( in ProcessSyncChanges() function in syncer::FakeSyncableService
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
D | chrome_notifier_service_unittest.cc | 144 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/ |
D | sessions_sync_manager_unittest.cc | 43 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 …]
|