Home
last modified time | relevance | path

Searched refs:RecordDownloadCount (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_stats.cc210 void RecordDownloadCount(DownloadCountTypes type) { in RecordDownloadCount() function
221 RecordDownloadCount(COMPLETED_COUNT); in RecordDownloadCompleted()
235 RecordDownloadCount(INTERRUPTED_COUNT); in RecordDownloadInterrupted()
262 RecordDownloadCount(INTERRUPTED_AT_END_COUNT); in RecordDownloadInterrupted()
359 RecordDownloadCount(STRONG_VALIDATOR_AND_ACCEPTS_RANGES); in RecordAcceptsRanges()
Ddownload_stats.h124 void RecordDownloadCount(DownloadCountTypes type);
Dbase_file_win.cc358 RecordDownloadCount(FILE_MISSING_AFTER_SUCCESSFUL_SCAN_COUNT); in AnnotateWithSourceInformation()
Dbase_file.cc99 RecordDownloadCount(APPEND_TO_DETACHED_FILE_COUNT); in AppendDataToFile()
Ddownload_item_impl.cc408 RecordDownloadCount(CANCELLED_COUNT); in Cancel()
1089 RecordDownloadCount(START_COUNT); in Init()
1492 RecordDownloadCount(INTERRUPTED_WITHOUT_WEBCONTENTS); in Interrupt()
Ddownload_resource_handler.cc118 RecordDownloadCount(UNTHROTTLED_COUNT); in DownloadResourceHandler()
/external/chromium_org/chrome/browser/download/
Ddownload_stats.h77 void RecordDownloadCount(ChromeDownloadCountTypes type);
Ddownload_stats.cc24 void RecordDownloadCount(ChromeDownloadCountTypes type) { in RecordDownloadCount() function
Ddownload_resource_throttle.cc72 RecordDownloadCount(CHROME_DOWNLOAD_COUNT_BLOCKED_BY_THROTTLING); in ContinueDownload()