Home
last modified time | relevance | path

Searched refs:RecordDownloadCompleted (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_stats.h130 void RecordDownloadCompleted(const base::TimeTicks& start, int64 download_len);
Ddownload_stats.cc220 void RecordDownloadCompleted(const base::TimeTicks& start, int64 download_len) { in RecordDownloadCompleted() function
Ddownload_item_impl.cc1401 RecordDownloadCompleted(start_tick_, received_bytes_); in Completed()