Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dpassphrase_type_metrics_provider.cc47 const std::vector<const SyncService*>& sync_services) { in GetPassphraseTypeForAllProfiles() argument
49 for (const SyncService* sync_service : sync_services) { in GetPassphraseTypeForAllProfiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/
H A Dprofile_sync_service_factory.cc300 std::vector<const syncer::SyncService*> sync_services; in GetAllSyncServices() local
303 sync_services.push_back(GetForProfile(profile)); in GetAllSyncServices()
306 return sync_services; in GetAllSyncServices()