Home
last modified time | relevance | path

Searched refs:app_sync_bundle_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_sync_service.cc69 app_sync_bundle_(this), in ExtensionSyncService()
73 &app_sync_bundle_, in ExtensionSyncService()
102 if (app_sync_bundle_.IsSyncing()) in PrepareToSyncUninstallExtension()
103 return app_sync_bundle_.CreateSyncChangeToDelete(extension); in PrepareToSyncUninstallExtension()
119 if (app_sync_bundle_.HasExtensionId(extension_id) && in ProcessSyncUninstallExtension()
121 app_sync_bundle_.ProcessDeletion(extension_id, sync_change); in ProcessSyncUninstallExtension()
171 app_sync_bundle_.SetupSync(sync_processor.release(), in MergeDataAndStartSyncing()
195 sync_change_list.push_back(app_sync_bundle_.CreateSyncChange(*i)); in MergeDataAndStartSyncing()
206 app_sync_bundle_.ProcessSyncChangeList(sync_change_list); in MergeDataAndStartSyncing()
214 app_sync_bundle_.Reset(); in StopSyncing()
[all …]
Dextension_sync_service.h142 extensions::AppSyncBundle app_sync_bundle_; variable