Home
last modified time | relevance | path

Searched refs:sync_start_time (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Dretry_verifier.cc82 last_sync_time_ = snap.sync_start_time(); in Initialize()
92 if (snap.sync_start_time() != last_sync_time_) { in VerifyRetryInterval()
94 last_sync_time_ = snap.sync_start_time(); in VerifyRetryInterval()
102 if (snap.sync_start_time() != last_sync_time_) { in VerifyRetryInterval()
103 base::TimeDelta delta = snap.sync_start_time() - last_sync_time_; in VerifyRetryInterval()
105 last_sync_time_ = snap.sync_start_time(); in VerifyRetryInterval()
/external/chromium_org/sync/internal_api/public/sessions/
Dsync_session_snapshot.cc36 base::Time sync_start_time, in SyncSessionSnapshot() argument
48 sync_start_time_(sync_start_time), in SyncSessionSnapshot()
141 base::Time SyncSessionSnapshot::sync_start_time() const { in sync_start_time() function in syncer::sessions::SyncSessionSnapshot
Dsync_session_snapshot.h41 base::Time sync_start_time,
62 base::Time sync_start_time() const;
/external/chromium_org/sync/sessions/
Dstatus_controller.h59 base::Time sync_start_time() const { in sync_start_time() function
Dsync_session.cc62 status_controller_->sync_start_time(), in TakeSnapshotWithSource()