HomeSort by relevance Sort by last modified time
    Searched refs:fetch_time (Results 1 - 10 of 10) sorted by null

  /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);
495 struct wpa_scan_res *res, struct os_time *fetch_time)
502 wpa_bss_copy_res(bss, res, fetch_time);
566 * @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 201 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 219 * @fetch_time: Time when the results were fetched from the driver
224 struct os_time fetch_time; member in struct:wpa_scan_results
    [all...]

Completed in 198 milliseconds