Home | History | Annotate | Download | only in browser

Lines Matching defs:SYNC

15 #include "sync/api/sync_error_factory.h"
21 // Describes the result of merging sync and local passwords.
24 SYNC,
28 // Merges the local and sync passwords and outputs the entry into
66 return SYNC;
133 // association entries that match a sync entry will be removed and this list
134 // will only contain entries that are not in sync.
147 // List that contains the entries that are known only to sync.
150 // List that contains the entries that are known to both sync and db but
151 // have updates in sync. They need to be updated in the passwords db.
154 // Changes from password db that need to be propagated to sync.
252 "Failed to process sync changes for passwords datatype.");
305 UMA_HISTOGRAM_ENUMERATION("Sync.LocalDataFailedToLoad",
371 // Check whether the data from sync is already in the password store.
376 // The sync data is not in the password store, so we need to create it in
391 case SYNC:
403 // Entries that remain in the map at the end of associating all sync entries
404 // will be treated as additions that need to be propagated to sync.