Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/download/
Ddownload_stats.cc391 DownloadContent download_content; member
456 DownloadContent download_content = DOWNLOAD_CONTENT_UNRECOGNIZED; in RecordDownloadMimeType() local
462 download_content = entry.download_content; in RecordDownloadMimeType()
468 if (download_content == DOWNLOAD_CONTENT_UNRECOGNIZED) { in RecordDownloadMimeType()
470 download_content = DOWNLOAD_CONTENT_TEXT; in RecordDownloadMimeType()
472 download_content = DOWNLOAD_CONTENT_IMAGE; in RecordDownloadMimeType()
475 download_content = DOWNLOAD_CONTENT_AUDIO; in RecordDownloadMimeType()
477 download_content = DOWNLOAD_CONTENT_VIDEO; in RecordDownloadMimeType()
483 download_content, in RecordDownloadMimeType()