Searched refs:type_hint (Results 1 – 3 of 3) sorted by relevance
/external/chromium/net/base/ |
D | mime_sniffer_unittest.cc | 16 std::string type_hint; member 27 tests[i].type_hint, in TestArray() 46 std::string type_hint; in TEST() local 54 SniffMimeType(buf, 0, url, type_hint, &mime_type); in TEST() 56 SniffMimeType(buf, 1, url, type_hint, &mime_type); in TEST() 58 SniffMimeType(buf, 2, url, type_hint, &mime_type); in TEST()
|
D | mime_sniffer.cc | 524 const std::string& type_hint, in SniffCRX() argument 616 const GURL& url, const std::string& type_hint, in SniffMimeType() argument 628 result->assign(type_hint); in SniffMimeType() 631 const bool hint_is_unknown_mime_type = IsUnknownMimeType(type_hint); in SniffMimeType() 648 const bool hint_is_text_plain = (type_hint == "text/plain"); in SniffMimeType() 660 if (type_hint == "text/xml" || type_hint == "application/xml") { in SniffMimeType() 671 if (SniffCRX(content, content_size, url, type_hint, in SniffMimeType() 677 if (type_hint == "application/octet-stream") in SniffMimeType()
|
D | mime_sniffer.h | 39 const GURL& url, const std::string& type_hint,
|