Lines Matching refs:GetPersistedValue
785 int64_t PayloadState::GetPersistedValue(const string& key) {
847 SetPayloadAttemptNumber(GetPersistedValue(kPrefsPayloadAttemptNumber));
851 SetFullPayloadAttemptNumber(GetPersistedValue(
872 SetUrlIndex(GetPersistedValue(kPrefsCurrentUrlIndex));
888 TimeDelta::FromSeconds(GetPersistedValue(kPrefsWallClockWaitPeriod)));
905 SetUrlSwitchCount(GetPersistedValue(kPrefsUrlSwitchCount));
916 SetUrlFailureCount(GetPersistedValue(kPrefsCurrentUrlFailureCount));
1050 SetNumReboots(GetPersistedValue(kPrefsNumReboots));
1102 SetCurrentBytesDownloaded(source, GetPersistedValue(key), true);
1126 SetTotalBytesDownloaded(source, GetPersistedValue(key), true);
1150 SetNumResponsesSeen(GetPersistedValue(kPrefsNumResponsesSeen));
1332 SetP2PNumAttempts(GetPersistedValue(kPrefsP2PNumAttempts));
1349 int64_t stored_value = GetPersistedValue(kPrefsP2PFirstAttemptTimestamp);