HomeSort by relevance Sort by last modified time
    Searched refs: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/
update_applicator.h 49 int encryption_conflicts() { function in class:syncer::UpdateApplicator
directory_update_handler.cc 128 applicator.encryption_conflicts());
136 applicator.encryption_conflicts();
164 DCHECK_EQ(conflict_applicator.encryption_conflicts(),
165 applicator.encryption_conflicts());
all_status.cc 31 status.encryption_conflicts = 0;
41 status.encryption_conflicts = snapshot.num_encryption_conflicts();
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 297 IntSyncStat encryption_conflicts(section_this_cycle, "Encryption Conflicts");
425 encryption_conflicts.SetValue(full_status.encryption_conflicts);

Completed in 713 milliseconds