Home
last modified time | relevance | path

Searched refs:num_encryption_conflicts (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/sync/sessions/
Dstatus_controller.cc56 model_neutral_.num_encryption_conflicts += value; in increment_num_encryption_conflicts_by()
100 int StatusController::num_encryption_conflicts() const { in num_encryption_conflicts() function in syncer::sessions::StatusController
101 return model_neutral_.num_encryption_conflicts; in num_encryption_conflicts()
114 sum += num_encryption_conflicts(); in TotalNumConflictingItems()
Dstatus_controller.h47 int num_encryption_conflicts() const;
Dsync_session.cc57 status_controller_->num_encryption_conflicts(), in TakeSnapshotWithSource()
/external/chromium_org/sync/internal_api/public/sessions/
Dsync_session_snapshot.cc31 int num_encryption_conflicts, in SyncSessionSnapshot() argument
43 num_encryption_conflicts_(num_encryption_conflicts), in SyncSessionSnapshot()
121 int SyncSessionSnapshot::num_encryption_conflicts() const { in num_encryption_conflicts() function in syncer::sessions::SyncSessionSnapshot
Dsync_session_snapshot.h36 int num_encryption_conflicts,
57 int num_encryption_conflicts() const;
Dmodel_neutral_state.h40 int num_encryption_conflicts; member
Dmodel_neutral_state.cc17 num_encryption_conflicts(0), in ModelNeutralState()
/external/chromium_org/sync/engine/
Dall_status.cc41 status.encryption_conflicts = snapshot.num_encryption_conflicts(); in CalcSyncing()
/external/chromium_org/sync/internal_api/
Ddebug_info_event_listener.cc32 snapshot.num_encryption_conflicts()); in OnSyncCycleCompleted()
/external/chromium_org/chrome/browser/sync/test/integration/
Dprofile_sync_service_harness.cc418 << snap.num_encryption_conflicts() in GetClientInfoString()
Dtwo_client_bookmarks_sync_test.cc1887 GetClient(1)->GetLastSessionSnapshot().num_encryption_conflicts()); in IN_PROC_BROWSER_TEST_F()
1894 GetClient(1)->GetLastSessionSnapshot().num_encryption_conflicts()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/sync/protocol/
Dclient_debug_info.proto51 optional int32 num_encryption_conflicts = 4; field
Dproto_value_conversions.cc1081 SET_INT32(num_encryption_conflicts); in SyncCycleCompletedEventInfoToValue()