Lines Matching refs:stored_time
1010 Time stored_time = Time::FromInternalValue(stored_value); in LoadBackoffExpiryTime() local
1011 if (stored_time > Time::Now() + TimeDelta::FromDays(kMaxBackoffDays)) { in LoadBackoffExpiryTime()
1013 << utils::ToString(stored_time) in LoadBackoffExpiryTime()
1015 stored_time = Time(); in LoadBackoffExpiryTime()
1017 SetBackoffExpiryTime(stored_time); in LoadBackoffExpiryTime()
1037 Time stored_time; in LoadUpdateTimestampStart() local
1043 stored_time = now; in LoadUpdateTimestampStart()
1046 stored_time = now; in LoadUpdateTimestampStart()
1048 stored_time = Time::FromInternalValue(stored_value); in LoadUpdateTimestampStart()
1055 TimeDelta duration_according_to_stored_time = now - stored_time; in LoadUpdateTimestampStart()
1058 << utils::ToString(stored_time) << ") in persisted state is " in LoadUpdateTimestampStart()
1061 stored_time = now; in LoadUpdateTimestampStart()
1064 SetUpdateTimestampStart(stored_time); in LoadUpdateTimestampStart()
1387 Time stored_time = Time::FromInternalValue(stored_value); in LoadP2PFirstAttemptTimestamp() local
1388 SetP2PFirstAttemptTimestamp(stored_time); in LoadP2PFirstAttemptTimestamp()