/external/chromium/net/base/ |
dnsrr_resolver.h | 29 // 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
|
dnsrr_resolver.cc | 211 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/wpa_supplicant_8/wpa_supplicant/ |
bss.c | 227 static void calculate_update_time(const struct os_time *fetch_time, 233 update_time->sec = fetch_time->sec; 234 update_time->usec = fetch_time->usec; 246 struct os_time *fetch_time) 258 calculate_update_time(fetch_time, src->age, &dst->last_update); 329 struct os_time *fetch_time) 338 wpa_bss_copy_res(bss, res, fetch_time); 494 struct wpa_scan_res *res, struct os_time *fetch_time) 501 wpa_bss_copy_res(bss, res, fetch_time); 565 * @fetch_time: Time when the result was fetched from the drive [all...] |
bss.h | 101 struct os_time *fetch_time);
|
scan.c | [all...] |
p2p_supplicant.c | 132 os_time_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts); [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_prefs.h | 236 const base::Time& fetch_time); 247 base::Time* fetch_time);
|
extension_prefs_unittest.cc | 430 base::Time fetch_time; local 432 &fetch_time)); 436 ASSERT_TRUE(fetch_time == now_ + TimeDelta::FromSeconds(num)); [all...] |
extension_prefs.cc | 68 const char kIdleInstallInfoFetchTime[] = "fetch_time"; [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 190 * @fetch_time: Time when the results were fetched from the driver 195 struct os_time fetch_time; member in struct:wpa_scan_results [all...] |