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

/external/chromium_org/content/browser/download/
H A Ddownload_stats.cc391 DownloadContent download_content; member in struct:content::__anon6793::MimeTypeToDownloadContent
456 DownloadContent download_content = DOWNLOAD_CONTENT_UNRECOGNIZED; local
462 download_content = entry.download_content;
468 if (download_content == DOWNLOAD_CONTENT_UNRECOGNIZED) {
470 download_content = DOWNLOAD_CONTENT_TEXT;
472 download_content = DOWNLOAD_CONTENT_IMAGE;
475 download_content = DOWNLOAD_CONTENT_AUDIO;
477 download_content = DOWNLOAD_CONTENT_VIDEO;
483 download_content,
[all...]

Completed in 142 milliseconds