Home
last modified time | relevance | path

Searched refs:sync_error_factory_ (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.cc98 sync_error_factory_ = sync_error_factory.Pass(); in MergeDataAndStartSyncing()
100 merge_result.set_error(sync_error_factory_->CreateAndUploadError( in MergeDataAndStartSyncing()
162 merge_result.set_error(sync_error_factory_->CreateAndUploadError( in MergeDataAndStartSyncing()
201 sync_error_factory_.reset(); in StopSyncing()
251 return sync_error_factory_->CreateAndUploadError( in ProcessSyncChanges()
259 return sync_error_factory_->CreateAndUploadError( in ProcessSyncChanges()
Dautofill_profile_syncable_service.h198 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory_; variable
/external/chromium_org/chrome/browser/extensions/
Dapp_sync_bundle.cc31 sync_error_factory_.reset(sync_error_factory); in SetupSync()
44 sync_error_factory_.reset(); in Reset()
Dextension_sync_bundle.cc30 sync_error_factory_.reset(sync_error_factory); in SetupSync()
43 sync_error_factory_.reset(); in Reset()
Dapp_sync_bundle.h100 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory_; variable
Dextension_sync_bundle.h100 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory_; variable
/external/chromium_org/components/password_manager/core/browser/
Dpassword_syncable_service.h107 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory_; variable
Dpassword_syncable_service.cc153 sync_error_factory_ = sync_error_factory.Pass(); in MergeDataAndStartSyncing()
198 sync_error_factory_.reset(); in StopSyncing()
230 return sync_error_factory_->CreateAndUploadError( in ProcessSyncChanges()
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsync_storage_backend.h106 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory_; variable
Dsync_storage_backend.cc175 sync_error_factory_ = sync_error_factory.Pass(); in MergeDataAndStartSyncing()
276 sync_error_factory_.reset(); in StopSyncing()
/external/chromium_org/chrome/browser/prefs/
Dpref_model_associator.h173 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory_; variable
Dpref_model_associator.cc229 sync_error_factory_ = sync_error_factory.Pass(); in MergeDataAndStartSyncing()
310 sync_error_factory_.reset(); in StopSyncing()
/external/chromium_org/components/search_engines/
Dtemplate_url_service.cc997 error = sync_error_factory_->CreateAndUploadError( in ProcessSyncChanges()
1036 error = sync_error_factory_->CreateAndUploadError( in ProcessSyncChanges()
1057 error = sync_error_factory_->CreateAndUploadError( in ProcessSyncChanges()
1074 error = sync_error_factory_->CreateAndUploadError( in ProcessSyncChanges()
1111 sync_error_factory_ = sync_error_factory.Pass(); in MergeDataAndStartSyncing()
1225 sync_error_factory_.reset(); in StopSyncing()
Dtemplate_url_service.h726 scoped_ptr<syncer::SyncErrorFactory> sync_error_factory_; variable