Searched refs:kPrefsP2PFirstAttemptTimestamp (Results 1 – 3 of 3) sorted by relevance
56 const char kPrefsP2PFirstAttemptTimestamp[] = "p2p-first-attempt-timestamp"; variable
58 extern const char kPrefsP2PFirstAttemptTimestamp[];
1345 prefs_->SetInt64(kPrefsP2PFirstAttemptTimestamp, stored_value); in SetP2PFirstAttemptTimestamp()1349 int64_t stored_value = GetPersistedValue(kPrefsP2PFirstAttemptTimestamp); in LoadP2PFirstAttemptTimestamp()