Searched refs:app_sync_bundle_ (Results 1 – 2 of 2) sorted by relevance
69 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 …]
142 extensions::AppSyncBundle app_sync_bundle_; variable