HomeSort by relevance Sort by last modified time
    Searched refs:ProcessSyncChanges (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/sync/glue/
shared_change_processor_ref.cc 17 syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges(
20 return change_processor_->ProcessSyncChanges(from_here, change_list);
shared_change_processor_ref.h 27 virtual syncer::SyncError ProcessSyncChanges(
shared_change_processor_mock.h 26 MOCK_METHOD2(ProcessSyncChanges,
fake_generic_change_processor.h 28 virtual syncer::SyncError ProcessSyncChanges(
fake_generic_change_processor.cc 47 syncer::SyncError FakeGenericChangeProcessor::ProcessSyncChanges(
generic_change_processor.h 57 // |local_service_| by way of its ProcessSyncChanges method.
61 virtual syncer::SyncError ProcessSyncChanges(
91 // via ProcessSyncChanges.
shared_change_processor.h 85 virtual syncer::SyncError ProcessSyncChanges(
shared_change_processor.cc 119 syncer::SyncError SharedChangeProcessor::ProcessSyncChanges(
134 return generic_change_processor_->ProcessSyncChanges(
  /external/chromium_org/sync/api/
sync_change_processor.h 36 virtual SyncError ProcessSyncChanges(
fake_syncable_service.h 37 virtual SyncError ProcessSyncChanges(
syncable_service.h 43 // calling |sync_processor|'s ProcessSyncChanges as necessary to reconcile the
69 virtual SyncError ProcessSyncChanges(
fake_syncable_service.cc 58 SyncError FakeSyncableService::ProcessSyncChanges(
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.h 55 syncer::SyncError ProcessSyncChanges(
typed_url_syncable_service.cc 114 syncer::SyncError TypedUrlSyncableService::ProcessSyncChanges(
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/extensions/
app_sync_bundle.cc 56 sync_processor_->ProcessSyncChanges(FROM_HERE,
90 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list);
104 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list);
extension_sync_bundle.cc 56 sync_processor_->ProcessSyncChanges(FROM_HERE,
91 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list);
106 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_change_list);
test_extension_service.cc 102 syncer::SyncError TestExtensionService::ProcessSyncChanges(
test_extension_service.h 64 virtual syncer::SyncError ProcessSyncChanges(
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 41 // ProcessSyncChanges() and for each local change Observe() is called.
71 virtual syncer::SyncError ProcessSyncChanges(
112 ProcessSyncChanges);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_sync_service.h 49 virtual syncer::SyncError ProcessSyncChanges(
managed_user_sync_service.cc 106 sync_processor_->ProcessSyncChanges(FROM_HERE, change_list);
120 sync_processor_->ProcessSyncChanges(FROM_HERE, change_list);
182 result.set_error(sync_processor_->ProcessSyncChanges(FROM_HERE, change_list));
221 SyncError ManagedUserSyncService::ProcessSyncChanges(
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 44 virtual syncer::SyncError ProcessSyncChanges(
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_backend.h 65 virtual syncer::SyncError ProcessSyncChanges(
syncable_settings_storage.h 64 syncer::SyncError ProcessSyncChanges(const SettingSyncDataList& sync_changes);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 47 virtual syncer::SyncError ProcessSyncChanges(

Completed in 428 milliseconds

1 2 3