HomeSort by relevance Sort by last modified time
    Searched full:encryption_conflicts (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/sync/internal_api/public/engine/
sync_status.cc 12 encryption_conflicts(0),
sync_status.h 38 int encryption_conflicts; member in struct:syncer::SyncStatus
  /external/chromium_org/sync/engine/
apply_updates_and_resolve_conflicts_command.cc 83 applicator.encryption_conflicts());
110 DCHECK_EQ(conflict_applicator.encryption_conflicts(),
111 applicator.encryption_conflicts());
update_applicator.h 51 int encryption_conflicts() { function in class:syncer::UpdateApplicator
all_status.cc 30 status.encryption_conflicts = 0;
41 status.encryption_conflicts = snapshot.num_encryption_conflicts();
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 249 IntSyncStat encryption_conflicts(section_this_cycle, "Encryption Conflicts");
375 encryption_conflicts.SetValue(full_status.encryption_conflicts);

Completed in 149 milliseconds