HomeSort by relevance Sort by last modified time
    Searched full:ttl2 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/dns/
mdns_cache_unittest.cc 192 base::TimeDelta ttl2 = base::TimeDelta::FromSeconds(record2->ttl()); local
203 EXPECT_EQ(default_time_ + ttl2, cache_.next_expiration());
207 default_time_ + ttl2);
213 cache_.CleanupRecords(default_time_ + ttl2, base::Bind(
221 default_time_ + ttl2);
278 base::TimeDelta ttl2 = base::TimeDelta::FromSeconds(record2->ttl()); local
282 EXPECT_EQ(default_time_ + ttl2, cache_.next_expiration());

Completed in 556 milliseconds