Searched defs:SniffMimeType (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dmime_sniffer_unittest.cc24 SniffMimeType(tests[i].content,
33 // TODO(evanm): convert other tests to use SniffMimeType instead of TestArray,
35 static std::string SniffMimeType(const std::string& content, function in namespace:net
39 SniffMimeType(content.data(), content.size(), GURL(url),
54 SniffMimeType(buf, 0, url, type_hint, &mime_type);
56 SniffMimeType(buf, 1, url, type_hint, &mime_type);
58 SniffMimeType(buf, 2, url, type_hint, &mime_type);
307 SniffMimeType("<?xml?><feed", "", "text/xml"));
310 SniffMimeType("<?xml?><feed", "", "text/plain"));
313 SniffMimeType("<
[all...]
H A Dmime_sniffer.cc615 bool SniffMimeType(const char* content, size_t content_size, function in namespace:net
/external/chromium_org/net/base/
H A Dmime_sniffer_unittest.cc24 SniffMimeType(tests[i].content,
33 // TODO(evanm): convert other tests to use SniffMimeType instead of TestArray,
35 static std::string SniffMimeType(const std::string& content, function in namespace:net
39 SniffMimeType(content.data(), content.size(), GURL(url),
54 SniffMimeType(buf, 0, url, type_hint, &mime_type);
56 SniffMimeType(buf, 1, url, type_hint, &mime_type);
58 SniffMimeType(buf, 2, url, type_hint, &mime_type);
307 SniffMimeType("<?xml?><feed", std::string(), "text/xml"));
310 SniffMimeType("<?xml?><feed", std::string(), "text/plain"));
313 SniffMimeType(
[all...]
H A Dmime_sniffer.cc869 bool SniffMimeType(const char* content, function in namespace:net
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc365 base::Bind(&MediaGalleriesGetMetadataFunction::SniffMimeType, this,
371 void MediaGalleriesGetMetadataFunction::SniffMimeType( function in class:extensions::MediaGalleriesGetMetadataFunction

Completed in 304 milliseconds