Searched refs:time_to_expire_seconds (Results 1 – 7 of 7) sorted by relevance
30 int64_t time_to_expire_seconds,48 int64_t time_to_expire_seconds() const { return time_to_expire_seconds_; } in time_to_expire_seconds() function49 void set_time_to_expire_seconds(int64_t time_to_expire_seconds) { in set_time_to_expire_seconds() argument50 time_to_expire_seconds_ = time_to_expire_seconds; in set_time_to_expire_seconds()
100 int64_t time_to_expire_seconds = 0; in ParseConnectionInfo() local101 if (!ParseTimeToExpireSeconds(tokens[++index], &time_to_expire_seconds)) { in ParseConnectionInfo()104 info->set_time_to_expire_seconds(time_to_expire_seconds); in ParseConnectionInfo()168 const string& input, int64_t* time_to_expire_seconds) { in ParseTimeToExpireSeconds() argument169 if (!base::StringToInt64(input, time_to_expire_seconds) || in ParseTimeToExpireSeconds()170 *time_to_expire_seconds < 0) { in ParseTimeToExpireSeconds()
38 int64_t time_to_expire_seconds, in ConnectionInfo() argument49 time_to_expire_seconds_(time_to_expire_seconds), in ConnectionInfo()
43 EXPECT_EQ(info1.time_to_expire_seconds(), info2.time_to_expire_seconds()); in ExpectConnectionInfoEqual()
192 info.time_to_expire_seconds() > kDnsTimedOutThresholdSeconds || in IsDnsFailing()193 info.time_to_expire_seconds() <= kDnsTimedOutLowerThresholdSeconds || in IsDnsFailing()
57 int64_t* time_to_expire_seconds);
85 EXPECT_EQ(info1.time_to_expire_seconds(), info2.time_to_expire_seconds()); in ExpectConnectionInfoEqual()