Searched refs:sync_cycle_start_time_ (Results 1 – 2 of 2) sorted by relevance
67 if (sync_cycle_start_time_.is_null()) in IsRetryRequired()73 return current_retry_time_ < sync_cycle_start_time_; in IsRetryRequired()298 sync_cycle_start_time_ = now; in SetSyncCycleStartTime()314 next_retry_time_ < sync_cycle_start_time_) { in SetSyncCycleStartTime()
181 base::TimeTicks sync_cycle_start_time_; variable