Lines Matching refs:stored_value
882 string stored_value; in LoadResponseSignature() local
884 prefs_->GetString(kPrefsCurrentResponseSignature, &stored_value)) { in LoadResponseSignature()
885 SetResponseSignature(stored_value); in LoadResponseSignature()
1003 int64_t stored_value; in LoadBackoffExpiryTime() local
1007 if (!prefs_->GetInt64(kPrefsBackoffExpiryTime, &stored_value)) in LoadBackoffExpiryTime()
1010 Time stored_time = Time::FromInternalValue(stored_value); in LoadBackoffExpiryTime()
1036 int64_t stored_value; in LoadUpdateTimestampStart() local
1044 } else if (!prefs_->GetInt64(kPrefsUpdateTimestampStart, &stored_value)) { in LoadUpdateTimestampStart()
1048 stored_time = Time::FromInternalValue(stored_value); in LoadUpdateTimestampStart()
1083 int64_t stored_value; in LoadUpdateDurationUptime() local
1089 } else if (!prefs_->GetInt64(kPrefsUpdateDurationUptime, &stored_value)) { in LoadUpdateDurationUptime()
1093 stored_delta = TimeDelta::FromInternalValue(stored_value); in LoadUpdateDurationUptime()
1380 int64_t stored_value = time.ToInternalValue(); in SetP2PFirstAttemptTimestamp() local
1381 prefs_->SetInt64(kPrefsP2PFirstAttemptTimestamp, stored_value); in SetP2PFirstAttemptTimestamp()
1385 int64_t stored_value = in LoadP2PFirstAttemptTimestamp() local
1387 Time stored_time = Time::FromInternalValue(stored_value); in LoadP2PFirstAttemptTimestamp()