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

/external/chromium_org/components/precache/core/
H A Dprecache_database_unittest.cc124 void RecordPrecacheFromNetwork(const GURL& url, const base::Time& fetch_time,
126 void RecordPrecacheFromCache(const GURL& url, const base::Time& fetch_time,
128 void RecordFetchFromNetwork(const GURL& url, const base::Time& fetch_time,
131 const base::Time& fetch_time, int64 size);
132 void RecordFetchFromCache(const GURL& url, const base::Time& fetch_time,
135 const base::Time& fetch_time, int64 size);
149 const GURL& url, const base::Time& fetch_time, int64 size) {
150 precache_database_->RecordURLPrecached(url, fetch_time, size,
155 const base::Time& fetch_time,
157 precache_database_->RecordURLPrecached(url, fetch_time, siz
148 RecordPrecacheFromNetwork( const GURL& url, const base::Time& fetch_time, int64 size) argument
154 RecordPrecacheFromCache(const GURL& url, const base::Time& fetch_time, int64 size) argument
161 RecordFetchFromNetwork(const GURL& url, const base::Time& fetch_time, int64 size) argument
169 RecordFetchFromNetworkCellular( const GURL& url, const base::Time& fetch_time, int64 size) argument
176 RecordFetchFromCache(const GURL& url, const base::Time& fetch_time, int64 size) argument
184 RecordFetchFromCacheCellular( const GURL& url, const base::Time& fetch_time, int64 size) argument
[all...]
H A Dprecache_database.h50 void RecordURLPrecached(const GURL& url, const base::Time& fetch_time,
56 void RecordURLFetched(const GURL& url, const base::Time& fetch_time,
H A Dprecache_database.cc79 const base::Time& fetch_time,
108 // to |fetch_time|.
111 base::Unretained(&precache_url_table_), url, fetch_time));
117 const base::Time& fetch_time,
78 RecordURLPrecached(const GURL& url, const base::Time& fetch_time, int64 size, bool was_cached) argument
116 RecordURLFetched(const GURL& url, const base::Time& fetch_time, int64 size, bool was_cached, bool is_connection_cellular) argument
/external/chromium_org/components/precache/content/
H A Dprecache_manager.cc107 const base::Time& fetch_time,
126 url, fetch_time, size, was_cached));
135 fetch_time, size, was_cached, is_connection_cellular));
106 RecordStatsForFetch(const GURL& url, const base::Time& fetch_time, int64 size, bool was_cached) argument
H A Dprecache_manager.h71 const base::Time& fetch_time,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.c255 static void calculate_update_time(const struct os_reltime *fetch_time, argument
261 update_time->sec = fetch_time->sec;
262 update_time->usec = fetch_time->usec;
274 struct os_reltime *fetch_time)
286 calculate_update_time(fetch_time, src->age, &dst->last_update);
357 struct os_reltime *fetch_time)
366 wpa_bss_copy_res(bss, res, fetch_time);
525 struct wpa_scan_res *res, struct os_reltime *fetch_time)
532 wpa_bss_copy_res(bss, res, fetch_time);
613 * @fetch_time
273 wpa_bss_copy_res(struct wpa_bss *dst, struct wpa_scan_res *src, struct os_reltime *fetch_time) argument
354 wpa_bss_add(struct wpa_supplicant *wpa_s, const u8 *ssid, size_t ssid_len, struct wpa_scan_res *res, struct os_reltime *fetch_time) argument
524 wpa_bss_update(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_scan_res *res, struct os_reltime *fetch_time) argument
619 wpa_bss_update_scan_res(struct wpa_supplicant *wpa_s, struct wpa_scan_res *res, struct os_reltime *fetch_time) argument
[all...]
H A Dbss.h102 struct os_reltime *fetch_time);
H A Dscan.c1778 if (scan_res->fetch_time.sec == 0) {
1783 os_get_reltime(&scan_res->fetch_time);
1802 &scan_res->fetch_time);
H A Dp2p_supplicant.c227 os_reltime_sub(&scan_res->fetch_time, &time_tmp_age, &entry_ts);
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.cc202 const base::Time& fetch_time, int64 size,
218 precache_manager->RecordStatsForFetch(url, fetch_time, size, was_cached);
201 RecordPrecacheStatsOnUIThread(const GURL& url, const base::Time& fetch_time, int64 size, bool was_cached, void* profile_id) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h243 * @fetch_time: Time when the results were fetched from the driver
248 struct os_reltime fetch_time; member in struct:wpa_scan_results
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h243 * @fetch_time: Time when the results were fetched from the driver
248 struct os_reltime fetch_time; member in struct:wpa_scan_results
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h243 * @fetch_time: Time when the results were fetched from the driver
248 struct os_reltime fetch_time; member in struct:wpa_scan_results

Completed in 1506 milliseconds