Searched refs:p2p_first_attempt_timestamp_ (Results 1 – 2 of 2) sorted by relevance
1393 return p2p_first_attempt_timestamp_; in GetP2PFirstAttemptTimestamp()1397 p2p_first_attempt_timestamp_ = time; in SetP2PFirstAttemptTimestamp()1399 << utils::ToString(p2p_first_attempt_timestamp_); in SetP2PFirstAttemptTimestamp()1415 if (p2p_first_attempt_timestamp_.is_null()) { in P2PNewAttempt()1430 if (!p2p_first_attempt_timestamp_.is_null()) { in P2PAttemptAllowed()1432 TimeDelta time_spent_attempting_p2p = now - p2p_first_attempt_timestamp_; in P2PAttemptAllowed()
458 base::Time p2p_first_attempt_timestamp_; variable