Lines Matching refs:stored_time
1016 Time stored_time = Time::FromInternalValue(stored_value); in LoadBackoffExpiryTime() local
1017 if (stored_time > Time::Now() + TimeDelta::FromDays(kMaxBackoffDays)) { in LoadBackoffExpiryTime()
1019 << utils::ToString(stored_time) in LoadBackoffExpiryTime()
1021 stored_time = Time(); in LoadBackoffExpiryTime()
1023 SetBackoffExpiryTime(stored_time); in LoadBackoffExpiryTime()
1044 Time stored_time; in LoadUpdateTimestampStart() local
1053 stored_time = now; in LoadUpdateTimestampStart()
1056 stored_time = now; in LoadUpdateTimestampStart()
1058 stored_time = Time::FromInternalValue(stored_value); in LoadUpdateTimestampStart()
1065 TimeDelta duration_according_to_stored_time = now - stored_time; in LoadUpdateTimestampStart()
1068 << utils::ToString(stored_time) << ") in persisted state is " in LoadUpdateTimestampStart()
1071 stored_time = now; in LoadUpdateTimestampStart()
1074 SetUpdateTimestampStart(stored_time); in LoadUpdateTimestampStart()
1408 Time stored_time = Time::FromInternalValue(stored_value); in LoadP2PFirstAttemptTimestamp() local
1409 SetP2PFirstAttemptTimestamp(stored_time); in LoadP2PFirstAttemptTimestamp()