Searched refs:p2p_first_attempt_timestamp_ (Results 1 – 2 of 2) sorted by relevance
1336 return p2p_first_attempt_timestamp_; in GetP2PFirstAttemptTimestamp()1340 p2p_first_attempt_timestamp_ = time; in SetP2PFirstAttemptTimestamp()1342 << utils::ToString(p2p_first_attempt_timestamp_); in SetP2PFirstAttemptTimestamp()1357 if (p2p_first_attempt_timestamp_.is_null()) { in P2PNewAttempt()1373 if (!p2p_first_attempt_timestamp_.is_null()) { in P2PAttemptAllowed()1375 TimeDelta time_spent_attempting_p2p = now - p2p_first_attempt_timestamp_; in P2PAttemptAllowed()
446 base::Time p2p_first_attempt_timestamp_; variable