Lines Matching refs:stored_value
854 string stored_value; in LoadResponseSignature() local
856 prefs_->GetString(kPrefsCurrentResponseSignature, &stored_value)) { in LoadResponseSignature()
857 SetResponseSignature(stored_value); in LoadResponseSignature()
981 int64_t stored_value; in LoadBackoffExpiryTime() local
985 if (!prefs_->GetInt64(kPrefsBackoffExpiryTime, &stored_value)) in LoadBackoffExpiryTime()
988 Time stored_time = Time::FromInternalValue(stored_value); in LoadBackoffExpiryTime()
1015 int64_t stored_value; in LoadUpdateTimestampStart() local
1026 } else if (!prefs_->GetInt64(kPrefsUpdateTimestampStart, &stored_value)) { in LoadUpdateTimestampStart()
1030 stored_time = Time::FromInternalValue(stored_value); in LoadUpdateTimestampStart()
1065 int64_t stored_value; in LoadUpdateDurationUptime() local
1073 } else if (!prefs_->GetInt64(kPrefsUpdateDurationUptime, &stored_value)) { in LoadUpdateDurationUptime()
1077 stored_delta = TimeDelta::FromInternalValue(stored_value); in LoadUpdateDurationUptime()
1373 int64_t stored_value = time.ToInternalValue(); in SetP2PFirstAttemptTimestamp() local
1374 prefs_->SetInt64(kPrefsP2PFirstAttemptTimestamp, stored_value); in SetP2PFirstAttemptTimestamp()
1378 int64_t stored_value = in LoadP2PFirstAttemptTimestamp() local
1380 Time stored_time = Time::FromInternalValue(stored_value); in LoadP2PFirstAttemptTimestamp()