Home
last modified time | relevance | path

Searched refs:DownloadCountTypes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_stats.h28 enum DownloadCountTypes { enum
124 void RecordDownloadCount(DownloadCountTypes type);
Ddownload_stats.cc210 void RecordDownloadCount(DownloadCountTypes type) { in RecordDownloadCount()