Searched refs:fetch_time (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Ddnsrr_resolver.h29 // HasExpired returns true if |fetch_time| + |ttl| is less than
47 // fetch_time is the time at which the response was received from the
49 base::Time fetch_time; member in struct:net::RRResponse
H A Ddnsrr_resolver.cc211 response_.fetch_time = base::Time::Now();
260 response_.fetch_time = base::Time::Now();
279 response_.fetch_time = base::Time::Now();
344 response_.fetch_time = base::Time::Now();
555 const base::Time expiry = fetch_time + delta;
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.h236 const base::Time& fetch_time);
247 base::Time* fetch_time);
H A Dextension_prefs_unittest.cc430 base::Time fetch_time; local
432 &fetch_time));
436 ASSERT_TRUE(fetch_time == now_ + TimeDelta::FromSeconds(num));
H A Dextension_prefs.cc68 const char kIdleInstallInfoFetchTime[] = "fetch_time";
1141 const base::Time& fetch_time) {
1153 base::Int64ToString(fetch_time.ToInternalValue()));
1171 base::Time* fetch_time) {
1204 if (fetch_time)
1205 *fetch_time = base::Time::FromInternalValue(fetch_time_value);
1138 SetIdleInstallInfo(const std::string& extension_id, const FilePath& crx_path, const std::string& version, const base::Time& fetch_time) argument
1168 GetIdleInstallInfo(const std::string& extension_id, FilePath* crx_path, std::string* version, base::Time* fetch_time) argument

Completed in 74 milliseconds